r-store:misc — compiling primitive
FORTH
R! ( x R: a -- R: x )();p4:"r-store";
R! ( x R: a -- R: x )(
)
store the value as the topmost value in the returnstack. see R@ for inverse operation ( R'@ / R"@ / 2R@ / 2R!)