shrub/pub/doc/hoon/runes/kt/ktwt.md
2015-06-19 17:16:48 -04:00

615 B

ketwut, ^?, %ktwt

Convert %gold to %lead

^? is a natural hoon that converts a %gold core into a %lead core.

See also

ketbar, ^|, %ktbr

Produces

Twig: [%ktwt p=twig]

Sample

p is a twig.

Tall form

^?  p

Wide form

^?(p)

Irregular form

None

Examples

~zod/try=> |=(@ 1)
<1.gcq [@  @n <250.yur 41.wda 374.hzt 100.kzl 1.ypj %164>]>
~zod/try=> ^?(|=(@ 1))
<1?gcq [@  @n <250.yur 41.wda 374.hzt 100.kzl 1.ypj %164>]>