mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
commit
033352820a
@ -615,7 +615,7 @@
|
||||
:: ::
|
||||
:: ::
|
||||
::
|
||||
:: +snoc Append an element to the end of a list.
|
||||
:: +snoc: append an element to the end of a list
|
||||
::
|
||||
++ snoc
|
||||
|* [a/(list) b/*]
|
||||
@ -674,6 +674,13 @@
|
||||
--
|
||||
a
|
||||
::
|
||||
:: +bake: convert wet gate to dry gate by specifying argument mold
|
||||
::
|
||||
++ bake
|
||||
|* [f=gate a=mold]
|
||||
|= arg=a
|
||||
(f arg)
|
||||
::
|
||||
++ lent :: length
|
||||
~/ %lent
|
||||
|= a/(list)
|
||||
|
Loading…
Reference in New Issue
Block a user