mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 05:11:46 +03:00
34 lines
520 B
Markdown
34 lines
520 B
Markdown
<div class="short">
|
|
|
|
`dot . %dot`
|
|
============
|
|
|
|
Nock operators
|
|
--------------
|
|
|
|
The `.` runes access Nock operators to maniuplate nouns. They are all
|
|
natural runes.
|
|
|
|
There are two basic categories of `.` runes.
|
|
|
|
</div>
|
|
|
|
#### Nock operators
|
|
|
|
[`.+`]() Nock 4. Increments an atom.
|
|
|
|
[`.=`]() Nock 5. Tests two atoms for equality.
|
|
|
|
[`.^`]() Nock 11. Loads a file from the global namespace in virtual
|
|
userspace nock.
|
|
|
|
<hr></hr>
|
|
|
|
#### Nock evaluators
|
|
|
|
[`.*`]() Executes a Nock expression in userspace.
|
|
|
|
<hr></hr>
|
|
|
|
<kids></kids>
|