store-plus:forth_usual.1 — forthword synonym
FORTH
!+
( .. )(
)
;
as:"store-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.