Name

r-tick-fetch:toolbelt — ordinary primitive

Synopsis

FORTH
R'@ ( R: a b -- a R: a b )(); 
 ;

Description

fetch the next-under value from the returnstack. used to interpret the returnstack to hold two LOCALS| values. ( R@ / 2R@ / R>DROP / R"@)