Skip to content

Commit

Permalink
update glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl27 committed Feb 7, 2024
1 parent d709351 commit 0ab8565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vignettes/Glossary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ You can list all the installed words in `froth` with the `WORDS` word, or use `f
- `EXTEND ( addr ncells -- )`: extends the array at `addr` by `ncells` cells
- `LENGTH ( addr -- len )`: pushes the length of the array at `addr` onto the stack
- `LENGTH? ( addr -- )`: prints the length of the array at `addr`
- `' xxx ( -- addr )`: attempts to find `xxx` in the dictionary, and pushes an execution token for `xxx` to the stack if found
- `EXECUTE ( xt -- )`: executes an execution token on top of the stack
- `['] xxx ( -- addr )`: currently equivalent to `'` for `froth`

<div class="center">
<ul class="pagination pagination-lg">
Expand Down

0 comments on commit 0ab8565

Please sign in to comment.