Name

r-p-fetch:forth_usual — compiling primitive

Synopsis

FORTH

RP@ ( -- addr )();
p4:"r-p-fetch";

Description

returns the return stack pointer

 example:
   : R@ RP@ @ ;