diff options
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. |
