Name

r-fetch:core — compiling primitive

Synopsis

FORTH

R@ ( R: a -- a R: a )();
p4:"r-fetch";

Description

fetch the (upper-most) value from the return-stack that had been saved there using >R - This is the traditional form of a local var space. If you need more local variables you should have a look at LOCALS| , see also >R and R> . Without LOCALS-EXT there are useful words like 2R@ R'@ R"@ R!

dpANS .6.1.2070 - standard forth word