diff options
| author | kitty <nepeta@canaglie.net> | 2026-03-10 02:46:57 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-03-10 02:46:57 +1100 |
| commit | 89a89b9892804084146903c5eb8cc01d32542bba (patch) | |
| tree | 4579fb0e30ef29c5fb1f07fef189544828e1091c /readme.md | |
| parent | ea0c00411656872dcce0cf7bf124457dd0e45720 (diff) | |
EXIT (finally)
it's immediate unlike in ANS forth, because it literally just puts a C3
into the current definition.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ this does not follow any standards. here are some things to keep in mind - `create` can't be used for arrays and stuff. use `make` instead - `:noname` is called `:>` (based on duskos). it also just creates a word called `_` and pushes its xt to the stack - an `include` discards the rest of the input line +- `exit` is immediate (it compiles a `ret` into the definition) ## the one reserved register |
