urbit/pub/docs/dev/hoon/runes/zp/zpcm.md

37 lines
388 B
Markdown
Raw Normal View History

zapcom, `!,`, %zpcm
2015-02-18 06:03:21 +03:00
============================
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 [twig]()s.
Tall form
---------
!, p
q
Wide form
---------
!,(p q)
Irregular form
--------------
None
Examples
--------