mirror of
https://github.com/urbit/shrub.git
synced 2024-12-16 23:04:16 +03:00
46 lines
615 B
Markdown
46 lines
615 B
Markdown
|
[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>]>
|