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

38 lines
413 B
Markdown

wutsaz, %wtsz
======================
[`++tiki`]() version of [`%wtsg`]()
`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 [twig]()s.
Tall form
---------
?~ p
q
r
Wide form
---------
?~(p q r)
Irregular form
--------------
None
Examples
--------