Name

s-p-fetch:forth_83 — ordinary primitive

Synopsis

FORTH

SP@ ( -- )();
p4:"s-p-fetch";

Description

the address of the top of stack. Does save it onto the stack. You could do

   : DUP  SP@ @ ;