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