// stack.asm: WORD p_Rget, 'R@',fasm anchor:p_Rget[] === Word: R@ .... Data stack: ( -- v ) Return stack: ( v -- v ) .... "R@" is a function word that "copies" the top return stack value onto the data stack.