urbit/docs/pub/doc/hoon/runes/cl/clfs.md
Galen Wolfe-Pauly ec2b8f56fd doc -> docs
2015-02-24 11:33:50 -08:00

591 B

colfas, :/, %clfs

Internal interpolation

:/, colfas, is a synthetic hoon that produces [%$ [%$ p ~] ~], i.e., [0 [0 p 0] 0].

See also

++manx #semdoq, %smdq

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.