mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
422 B
422 B
wutsaz, %wtsz
wutsaz
is a synthetic rune that produces q
if p
is ~
, r
otherwise.
Produces
Twig: [%wtsz p=tiki q=twig r=twig]
Sample
p
is a ++tiki
. q
and r
are twigs.
Tall form
?~ p
q
r
Wide form
?~(p q r)
Irregular form
None