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