Fixed FORGET.
authorTim Vaughan <tgvaughan@gmail.com>
Sat, 11 Jun 2016 01:51:13 +0000 (13:51 +1200)
committerTim Vaughan <tgvaughan@gmail.com>
Sat, 11 Jun 2016 01:51:13 +0000 (13:51 +1200)
src/lib_7_vocab.4th
src/lib_8_decompiler.4th

index 99900a0..0631ff0 100644 (file)
@@ -10,7 +10,7 @@
 
         >link
 
-        DUP @ CURRENT @ VOCAB>LATEST !      ( set LATEST to point to the previous word )
+        dup @ current @ 1+ !      ( set LATEST to point to the previous word )
 ;
 
 \ Mark word as hidden
index 3db6766..412d7f1 100644 (file)
@@ -61,7 +61,7 @@
 
         0= IF
                 ." Word '" COUNT TYPE ." ' not found in dictionary."
-                EXIT
+                CR ABORT
         THEN
 
         DUP DUP BODYLEN + SWAP >LINK