endif:forth_usual.1 — immediate synonym
FORTH
ENDIF
 ( .. )();
as:"endif";
immediate synonym ENDIF
is doing the same as THEN
this word is provided only for compatibility with common forth usage in programs. Thegiven synonym should be preferred however.