mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 11:08:45 +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]]
|