mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +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> |