mirror of
https://github.com/urbit/shrub.git
synced 2024-12-15 21:03:10 +03:00
527 B
527 B
wuttis, ?=
, %wtts
Is in tile
?=
is a natural hoon that produces true if the leg at wing q
is in
tile p
.
Produces
Twig: [%wtts p=tile q=wing]
Sample
Tall form
?= p
q
Wide form
?=(p q)
Irregular form
None
Examples
~zod/try=> ?=(@ 'a')
%.y
~zod/try=> ?=(^ 'a')
%.n
~zod/try=> ?=(%b 'a')
%.n
~zod/try=> ?=(%a 'a')
%.y