* 2R! ( x y R: a b -- R: x y ) store the value as the topmost value in the returnstack. see 2R@ for inverse operation ( R'@ / R"@ / 2R@ / 2R!)
2R!
( x y R: a b -- R: x y )
2R@
R'@
R"@
FORTH/BASE misc compiling primitive