urbit/gen/hello.hoon
2016-10-09 13:49:28 -07:00

24 lines
244 B
Plaintext

::
:::: /hoon/hello/gen
::
/? 310
::
::::
!:
:- %say
|= {^ {{txt/@tas $~} $~}}
=+ bar=32
=> |%
++ funq
|%
++ monkey 99
--
--
=+ foo=23
=< $
|%
++ $
:- %noun
(crip (weld "hello, " (trip txt)))
--