6.1.0580
>R
to-r
CORE
Interpretation:
Interpretation semantics for this word are undefined.

Execution:
( x -- ) ( R: -- x )

Move x to the return stack.

Testing:
T{ : GR1 >R R> ; -> }T
T{ : GR2 >R R@ R> DROP ; -> }T
T{ 123 GR1 -> 123 }T
T{ 123 GR2 -> 123 }T
T{  1S GR1 ->  1S }T      ( Return stack holds cells )