mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
8033fe760e
No longer need to give units as named arguments, instead just the bare values. The defaults get recognized as the "no filter" case.
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
:- %say
|
|
|= $: [now=@da eny=@uvJ bec=beak]
|
|
~
|
|
[dude=_`dude:gall`%$ ship=_`@p`(bex 128)]
|
|
==
|
|
=/ darg=(unit dude:gall) ?:(=(%$ dude) ~ `dude)
|
|
=/ sarg=(unit ^ship) ?:(=((bex 128) ship) ~ `ship)
|
|
[%helm-doff darg sarg]
|