update
[rrq/rrqforth.git] / adoc / p_state.adoc
index 460f7f96e7689c3fe2ec1d4f3671299bc670225a..65e9578272421ea051f68eccec16641c875296c7 100644 (file)
@@ -1,12 +1,14 @@
-Word: STATE
-----------
+// compile.asm:        WORD p_state,'STATE',dovariable
 
 anchor:p_state[]
-----
-compile.asm:   WORD p_state,'STATE',dovariable
-----
+
+=== Word: STATE
+
+....
+Data stack: ( -- a )
+....
 
 "STATE" is a variable word marking whether the stream evaluator is in
-compiling mode (1) or intepreting (0) mode.
+compiling mode (1) or interpreting (0) mode.