urbit/pub/doc/hoon/runes/wt/wtsz.md

38 lines
422 B
Markdown
Raw Normal View History

2015-02-18 06:03:21 +03:00
[wutsaz, %wtsz](#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
--------