diff options
| author | kitty <nepeta@canaglie.net> | 2026-04-22 11:53:30 +1000 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-04-22 11:53:30 +1000 |
| commit | 1a5dfab8ccc62b806c9abb53940f4e806d76f3da (patch) | |
| tree | 42a1f681c3d15610433301caf07c38c50a5159ab /readme.md | |
| parent | 6975cd610ac3a32050e337b04d3f8c3f492cd28b (diff) | |
fix forth vocabulary word, add terminal vocabulary
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -470,10 +470,8 @@ set the smudge bit on the given word. ### `hijacks ( xt "word" -- )` 'hijack' an existing definition to perform the action of xt. -this word *will* corrupt the dictionary if used outside -its very specific context (replacing core assembly words -with better versions in forth), so it should be avoided -in favour of `defer` and friends. +this word *will* corrupt the dictionary if used wrong, +so it should be avoided in favour of `defer` and friends. ### `hld ( -- a )` the address of the beginning of the used section of the pad buffer. @@ -814,5 +812,5 @@ but it diverges in a few notable places: public domain. although: a modified version of john hayes' test suite is used -which is under 'distribute but you have to include the copyright notice' -it's included in the source +which is under 'distribute but you have to include the copyright notice'. +it's included in the source. |
