Name

two-r-store:misc — compiling primitive

Synopsis

FORTH
2R! ( x y R: a b -- R: x y )(); 
 ;

Description

store the value as the topmost value in the returnstack. see 2R@ for inverse operation ( R'@ / R"@ / 2R@ / 2R!)