Added UNLOOP, COMPARE and TOLOWER.
[forth.jl.git] / src / lib_2_control.4th
index beb232d..e565d6b 100644 (file)
         [COMPILE] ?LEAVE
 ;
 
+\ Clean up return stack
+: UNLOOP IMMEDIATE
+        ['] RDROP , ['] RDROP , ['] RDROP ,
+;
+
 : +LOOP IMMEDIATE
 
         ['] DUP , \ Store copy of increment