mirror of
https://github.com/urbit/shrub.git
synced 2024-12-16 14:58:25 +03:00
397 B
397 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