Name

endif:forth_usual.1 — immediate synonym

Synopsis

FORTH

ENDIF ( .. )();
as:"endif";

Description

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.