Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus committed Oct 17, 2024
1 parent 81cda21 commit c31228a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,13 @@ Display the contents of `u` consecutive addresses starting at `addr`.

- - -
#### FIND-NAME
( `caddr` `u` -- `xt` | 0 )
Find the definition identified by the string `caddr` `u` in the current search order. Return its execution token `xt` if found, otherwise zero (0).
( `caddr` `u` -- `nt` | 0 )
Find the definition identified by the string `caddr` `u` in the current search order. Return its name token `nt` if found, otherwise zero (0).

- - -
#### FIND-NAME-IN
( `caddr` `u` `wid` -- `nt` | 0 )
Find the definition identified by the string `caddr` `u` in the wordlist `wid`. Return its name token `nt` if found, otherwise zero (0).

- - -
#### N>R
Expand Down

0 comments on commit c31228a

Please sign in to comment.