mirror of
https://github.com/urbit/shrub.git
synced 2024-12-15 21:03:10 +03:00
591 B
591 B
colfas, :/
, %clfs
Internal interpolation
:/
, colfas
, is a synthetic hoon that produces [%$ [%$ p ~] ~]
,
i.e., [0 [0 p 0] 0]
.
See also
Produces
Twig: [%clfs p=twig]
Sample
p
is a twig
Tall form
:/ p
Wide form
:/(p)
Irregular form
undefined
Examples
~zod/try=> :/(20)
[[%~. [%~. 20] ~] ~]
~zod/try=> :/(add 2 2)
[[%~. [%~. 4] ~] ~]
Wraps twig in [%$ [%$ .] ~]~
, used for interpolation.