removed generated
[rrq/rrqforth.git] / adoc / p_input.adoc
1 // compile.asm: WORD p_input,'INPUT',dovariable
2
3 anchor:p_input[]
4
5 === Word: INPUT
6
7 ....
8 Data stack: ( -- a )
9 ....
10
11 "INPUT" is a variable word for the input stream buffer used by
12 <<p_evaluate_stream,EVALUATE-STREAM>>.
13