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

413 B

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 twigs.

Tall form

?~  p
  q
r

Wide form

?~(p q r)

Irregular form

None

Examples