shrub/pub/doc/hoon/runes/dt.md

34 lines
520 B
Markdown
Raw Normal View History

2015-02-18 06:03:21 +03:00
<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>