mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 21:31:32 +03:00
42 lines
619 B
Markdown
42 lines
619 B
Markdown
cenket, `%^`, %cnkt
|
|
============================
|
|
|
|
Slam, three arguments
|
|
|
|
`%^` is a synthetic rune that that [pull]()s [`$`]() from the [door]()
|
|
`p` with its sample set to `[%cntr q r s]`. `%^` in the most common case
|
|
simply [slam]()s `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
|
|
[twig]()s.
|
|
|
|
Tall form
|
|
---------
|
|
|
|
%^ p
|
|
q
|
|
r
|
|
s
|
|
|
|
Wide form
|
|
---------
|
|
|
|
%^(p q r s)
|
|
|
|
Irregular form
|
|
--------------
|
|
|
|
None
|
|
|
|
Examples
|
|
--------
|