two-r-store:misc — compiling primitive
FORTH
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!)