urbit/pkg/arvo/gen/hello.hoon
fang a539d986a7
various: move away from {type} syntax
In favor of [type] syntax.
Turns a bunch of ++ into +$ along the way.
2020-11-26 17:43:26 +01:00

14 lines
187 B
Plaintext

:: "Hello world" sample generator
::
:::: /hoon/hello/gen
::
:: TODO: reinstate
/? 310
::
::::
::
:- %say
|= [^ [[txt=@tas ~] ~]]
:- %noun
(crip (weld "hello, " (trip txt)))