Added generic input buffer words IB and #IB.
[forth.jl.git] / src / lib.4th
index e4da7a7..4f0323d 100644 (file)
@@ -1,5 +1,5 @@
 : \ IMMEDIATE
-        #TIB @ >IN !
+        #IB @ >IN !
 ; \ We can now comment!
 
 \ Compile core definitions
@@ -11,6 +11,6 @@ include lib_3_comments.4th
 include lib_4_printnum.4th
 include lib_5_strings.4th
 include lib_6_variables.4th
-include lib_7_decompiler.4th
-include lib_8_vocab.4th
+include lib_7_vocab.4th
+include lib_8_decompiler.4th
 include lib_9_misc.4th