Name
r-quote-store:misc — compiling primitive
Synopsis
FORTH
R"!
( x R: a b c -- R: x b c )( | ) ; | |
Description
store the value into the second-under value in the returnstack.
used to interpret the returnstack to hold three LOCALS| values.
see R"@ for inverse operation