shrub/pub/doc/hoon/runes/kt/ktwt.md

46 lines
615 B
Markdown
Raw Normal View History

2015-02-18 06:03:21 +03:00
[ketwut, `^?`, %ktwt](#ktwt)
============================
Convert `%gold` to `%lead`
`^?` is a natural hoon that converts a `%gold` core into a `%lead` core.
See also
--------
[ketbar, `^|`, %ktbr](#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>]>