urbit/pub/docs/dev/hoon/runes/wt/wtts.md
Galen Wolfe-Pauly bb495844be doc -> docs
2015-10-20 10:51:45 -07:00

46 lines
518 B
Markdown

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
------
`p` is a [tile](). `q` is a [`++wing`]().
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