Added generic input buffer words IB and #IB.
[forth.jl.git] / src / lib.4th
index 224e7cb..4f0323d 100644 (file)
@@ -1,5 +1,5 @@
 : \ IMMEDIATE
-        #TIB @ >IN !
+        #IB @ >IN !
 ; \ We can now comment!
 
 \ Compile core definitions