Added generic input buffer words IB and #IB.
[forth.jl.git] / src / lib.4th
index 496e639..4f0323d 100644 (file)
@@ -1,5 +1,5 @@
 : \ IMMEDIATE
-        #TIB @ >IN !
+        #IB @ >IN !
 ; \ We can now comment!
 
 \ Compile core definitions
@@ -11,8 +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_printwords.4th
+include lib_7_vocab.4th
 include lib_8_decompiler.4th
-include lib_9_vocab.4th
-
-include lib_10_misc.4th
+include lib_9_misc.4th