X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_state.adoc;h=65e9578272421ea051f68eccec16641c875296c7;hb=036306101f72c2f8033c4422abcb1436f0bde97e;hp=460f7f96e7689c3fe2ec1d4f3671299bc670225a;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_state.adoc b/adoc/p_state.adoc index 460f7f9..65e9578 100644 --- a/adoc/p_state.adoc +++ b/adoc/p_state.adoc @@ -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.