X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=reference.html;h=0fc06e19112a3d6eea43df52850d7670d96558cd;hb=2970d5d687c74fc8d2f036300220005c4ee0603a;hp=f49869a4eb7329644a6d974173b691fbe9fb4fd5;hpb=bdc1081de477cd5230b7762d479b140cbbcf842f;p=rrq%2Frrqforth.git diff --git a/reference.html b/reference.html index f49869a..0fc06e1 100644 --- a/reference.html +++ b/reference.html @@ -832,7 +832,8 @@ asciidoc.install();

IF   IFAGAIN   IFBREAK   -IMMEDIATE  

+IMMEDIATE   +INPUT  

LIT   LOAD-FILE"  

MAIN-ARGS   @@ -2338,6 +2339,19 @@ the most recent word to 1, thereby making that word an immediate word.

_______________________________________________________
+

+ +
+

Word: INPUT

+
+
+
Data stack: ( -- a )
+
+

"INPUT" is a variable word for the input stream buffer used by +EVALUATE-STREAM.

+
+_______________________________________________________ +

@@ -3397,7 +3411,7 @@ is deepest.