// rrqforth.asm: WORD p_dovalue,'doVALUE',dovariable anchor:p_dovalue[] === Word: doVALUE .... Data stack: ( -- a ) .... "doVALUE" is a variable word whose value is the implementation of the execution semantics for cell values, which are variables with a single 64-bit cell holding the value. The execution of this result in pushing the value: .... Resulting data stack: ( -- v ) ....