mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 21:31:32 +03:00
541 B
541 B
wutgar, ?>
, %wtgr
Assert yes
?>
is a synthetic rune that produces q
, asserting that p
is yes
(&
, 0).
See also
wutgal, ?<
, %wtgl
Produces
Twig: [%wtgr p=twig q=twig]
Sample
p
and q
are twigs.
Tall form
?> p
q
Wide form
?>(p q)
Irregular form
None
Examples
~zod/try=> ?>(=(0x1 1) %foo)
%foo
~zod/try=> ?>(=(0x1 0) %foo)
! exit