mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +03:00
539 B
539 B
wutgal, ?<
, %wtgl
Assert no
?<
is a synthetic hoon that produces q
, asserting that p
is no
(|
, 1).
See also
wutgar, ?>
, %wtgr
Produces
Twig: [%wtgl 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 0) %foo)
%foo
~zod/try=> ?<(=(0x1 1) %foo)
! exit