be quiet unless verbose
[rrq/rrqforth.git] / adoc / p_Rget.adoc
1 // stack.asm:   WORD p_Rget, 'R@',fasm
2
3 anchor:p_Rget[]
4
5 === Word: R@
6
7 ....
8 Data stack: ( -- v )   Return stack: ( v -- v )
9 ....
10
11 "R@" is a function word that "copies" the top return stack value onto
12 the data stack.