urbit/base/pub/doc/hoon/runes/cn/cnkt.md
2015-04-29 18:48:45 -04:00

628 B

cenket, %^, %cnkt

Slam, three arguments

%^ is a synthetic rune that that pulls $ from the door p with its sample set to [%cntr q r s]. %^ in the most common case simply slams p with q, r and s, similar to a function call with three arguments.

Produces

Twig: [%cnkt p=twig q=twig r=twig s=twig]

Sample

p is a twig, most commonly a gate. q, r and s are twigs.

Tall form

%^    p
    q
  r
s

Wide form

%^(p q r s)

Irregular form

None

Examples