mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 20:02:51 +03:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
|
!:
|
||
|
:: /=main=/bang/hoon
|
||
|
:: produce a bowl with the gift passed in as argument
|
||
|
:: this may blow up urbit, hence "bang"
|
||
|
|= *
|
||
|
|= [giv=gift ~]
|
||
|
^- bowl
|
||
|
~[~[giv]]
|