s-p-fetch:forth_83 — ordinary primitive
FORTH
SP@ ( -- )();p4:"s-p-fetch";
SP@ ( -- )(
)
the address of the top of stack. Does save it onto the stack. You could do
: DUP SP@ @ ;