major touch-up into presentable form
[rrq/rrqforth.git] / adoc / p_state.adoc
index 460f7f96e7689c3fe2ec1d4f3671299bc670225a..62ed9c79a8ffc1b2f999a1ed5b47823e675e5c8b 100644 (file)
@@ -1,10 +1,12 @@
-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.