fixed (comma)
[rrq/rrqforth.git] / adoc / p_this_word.adoc
1 // compile.asm: WORD p_this_word,'THIS-WORD',dovariable
2
3 anchor:p_this_word[]
4
5 === Word: THIS-WORD
6
7 ....
8 Data stack: ( -- a )
9 ....
10
11 "THIS-WORD" is a variable word used in
12 <<p_evaluate_stream:EVALUATE-STREAM>> as cache for the [n:char*]
13 values of the successive words being evaluated. This typically points
14 into the input stream buffer and remain valid until further stream
15 buffering functions are used.
16