mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
a539d986a7
In favor of [type] syntax. Turns a bunch of ++ into +$ along the way.
14 lines
187 B
Plaintext
14 lines
187 B
Plaintext
:: "Hello world" sample generator
|
|
::
|
|
:::: /hoon/hello/gen
|
|
::
|
|
:: TODO: reinstate
|
|
/? 310
|
|
::
|
|
::::
|
|
::
|
|
:- %say
|
|
|= [^ [[txt=@tas ~] ~]]
|
|
:- %noun
|
|
(crip (weld "hello, " (trip txt)))
|