Name

sh-ifnotdef:cdecl — immediate primitive

Synopsis

FORTH

#IFNOTDEF ( "word" -- )();
p4:"sh-ifnotdef";

Description

better use [DEFINED] word [NOT] [IF] - the word [IF] and [ELSE] are ANSI-conform, while #IFDEF #ELSE are not.