mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-21 05:41:43 +03:00
47 lines
663 B
Markdown
47 lines
663 B
Markdown
|
[ketpam, `^&`, %ktpm](#ktpm)
|
||
|
============================
|
||
|
|
||
|
Convert `%gold` to `%zinc`
|
||
|
|
||
|
`^&` is a natural hoon that converts a `%gold` core into a `%zinc` core.
|
||
|
At present, `%zinc` cores are not commonly used.
|
||
|
|
||
|
See also
|
||
|
--------
|
||
|
|
||
|
[ketbar, `^|`, %ktbr](#ktbr)
|
||
|
============================
|
||
|
|
||
|
Produces
|
||
|
--------
|
||
|
|
||
|
Twig: `[%ktpm 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>]>
|