adding execution control words
[rrq/rrqforth.git] / adoc / p_state.adoc
1 // compile.asm: WORD p_state,'STATE',dovariable
2
3 anchor:p_state[]
4
5 === Word: STATE
6
7 ....
8 Data stack: ( -- a )
9 ....
10
11 "STATE" is a variable word marking whether the stream evaluator is in
12 compiling mode (1) or interpreting (0) mode.
13
14