urbit/gen/bug.hoon

35 lines
427 B
Plaintext
Raw Normal View History

2018-02-11 08:24:22 +03:00
:: "Hello world" sample generator
2018-02-03 07:53:37 +03:00
::
:::: /hoon/hello/gen
::
/? 310
::
::::
::
2018-02-11 08:24:22 +03:00
!:
2018-02-03 07:53:37 +03:00
:- %say
|= *
2018-02-23 02:41:38 +03:00
=> ^%
|%
++ one
2018-02-23 04:06:49 +03:00
1
++ nine
1
++ two
(add 1 one)
++ three
(add one two)
++ hex ^#((add hell five))
++ hell 65
++ hello 65
++ hellp 65
++ hellq 65
++ nov 9
++ four
(add two two)
++ five
+(four)
2018-02-03 07:53:37 +03:00
--
:- %noun
2018-02-23 04:06:49 +03:00
hex