Name
r-quote-fetch:misc — compiling primitive
Synopsis
FORTH
R"@
( R: a b c -- a R: a b c )( | ) ; | |
Description
fetch the second-under value from the returnstack.
used to interpret the returnstack to hold three LOCALS| values.
see R"! for inverse operation ( R'@ R@ / 2R@ / R>DROP )