added the left-parenthesis word (comments)
[rrq/rrqforth.git] / adoc / p_state.adoc
1 Word: STATE
2 ----------
3
4 anchor:p_state[]
5 ----
6 compile.asm:    WORD p_state,'STATE',dovariable
7 ----
8
9 "STATE" is a variable word marking whether the stream evaluator is in
10 compiling mode (1) or intepreting (0) mode.
11
12