FORGET works with vocabularies. Updated readme.
[forth.jl.git] / src / lib_1_basic.4th
index 00b200d..b6f75e4 100644 (file)
@@ -64,9 +64,9 @@
     ['] LIT , ,
 ;
 
-\ LFA of most recent definition
+\ Address containing LFA of most recent definition
 : LATEST
-    CURRENT @ ;
+    CURRENT @ 1+ ;
 
 \ Compile in recursive call to current word
 : RECURSE IMMEDIATE