mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 20:31:40 +03:00
32 lines
572 B
Markdown
32 lines
572 B
Markdown
|
<div class="short">
|
||
|
|
||
|
`sig ~ %sig`
|
||
|
============
|
||
|
|
||
|
Hints
|
||
|
-----
|
||
|
|
||
|
There are two categories of `~` runes, which are used to provide
|
||
|
information at runtime. You can think of them as hints to the
|
||
|
interpreter.
|
||
|
|
||
|
</div>
|
||
|
|
||
|
#### For Printing:
|
||
|
|
||
|
[`~&`]() Prints to the console.
|
||
|
|
||
|
[`~!`]() Prints the type of a [twig]()if compilation fails.
|
||
|
|
||
|
<hr></hr>
|
||
|
|
||
|
#### For [jetting]():
|
||
|
|
||
|
[`~>`]() The natural `~` rune. Implements Nock 10, applying an arbitrary
|
||
|
[`++arm]() hint`p`to`q`.
|
||
|
|
||
|
[`~/`]() Attaches a formula-level jet hint. [`~%\`]() Attaches a core-level jet hint.
|
||
|
|
||
|
<hr></hr>
|
||
|
|
||
|
<kids></kids>
|