urbit/pub/docs/dev/hoon/runes/zp/zpcm.md
Galen Wolfe-Pauly bb495844be doc -> docs
2015-10-20 10:51:45 -07:00

388 B

zapcom, !,, %zpcm

Insert as constant

!, is a natural rune that inserts twig q as a constant, typed with the type of twig p.

Produces

Twig: [%zpcm p=twig q=twig]

Sample

p and q are twigs.

Tall form

!,  p
    q

Wide form

!,(p q)

Irregular form

None

Examples