* R'! ( x R: a b -- R: x b ) store the value into the next-under value in the returnstack. used to interpret the returnstack to hold two LOCALS| values. see R'@ for inverse operation
R'!
( x R: a b -- R: x b )
LOCALS|
R'@
FORTH/BASE misc compiling primitive