diff options
| author | kitty <nepeta@canaglie.net> | 2026-03-08 15:42:53 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-03-08 15:42:53 +1100 |
| commit | 9014dde6d62d7d37e3ccb050608db15ed9930b49 (patch) | |
| tree | 10d93e5312b441c92d6a390cdf0820c37dc3c7dd /readme.md | |
| parent | ee64f10b64c6efc20fe9f2e457f2e872ca56ca52 (diff) | |
new error: includes too recursed
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ i am thinking of completing before that. - `s\"` - `DO` + `LOOP` -- `\<BUILDS` and `DOES>` +- `<BUILDS` and `DOES>` - reading from files - argc + argv - testing @@ -64,8 +64,8 @@ and `execute`ing it. the actual description of the error comes from the the error codes are: -- 0: nothing. - 1: stack underflow - 2: word not found - 3: compilation only - 4: interpret only +- 5: includes too recursed |
