fetch-plus:forth_usual.1 — forthword synonym
FORTH
@+
( .. )(
)
;
as:"fetch-plus";
forthword synonym @+
is doing the same as @++
this word is provided only for compatibility with common forth usage in programs. Thegiven synonym should be preferred however.