mirror of
https://github.com/urbit/shrub.git
synced 2024-12-16 14:58:25 +03:00
23 lines
397 B
Markdown
23 lines
397 B
Markdown
|
<div class="short">
|
||
|
|
||
|
`zap ! %zap`
|
||
|
============
|
||
|
|
||
|
Special operations
|
||
|
------------------
|
||
|
|
||
|
The `!` runes perform special operations. With the exception of `!>` and
|
||
|
`!?`, they are all natural.
|
||
|
|
||
|
There are two `!` runes used the most frequently.
|
||
|
|
||
|
</div>
|
||
|
|
||
|
[`!!`]() Automatically causes a crash.
|
||
|
|
||
|
[`!>`]() Turns a value into a cell of its type and itself as compile
|
||
|
time constant.
|
||
|
|
||
|
<hr></hr>
|
||
|
|
||
|
<kids></kids>
|