urbit/pub/docs/dev/hoon/runes/zp.md
Galen Wolfe-Pauly bb495844be doc -> docs
2015-10-20 10:51:45 -07:00

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>