◄Up► ◄Contents► ◄Index► ◄Back► ─────NMAKE────────────────────────────────────────────────────────────────── Syntax: !ELSE [IF constantexpression | IFDEF macroname | IFNDEF macroname] Processes the statements between the !ELSE and the next !ENDIF if the preceding !IF, !IFDEF, or !IFNDEF statement evaluated to zero. See: ◄!IF..., !ENDIF Directives► Use IF, IFDEF, and IFNDEF to specify a condition for further control of preprocessing, or use the following directives: !ELSEIF Synonym for !ELSE IF !ELSEIFDEF Synonym for !ELSE IFDEF !ELSEIFNDEF Synonym for !ELSE IFNDEF See: ◄Expressions in Preprocessing► ◄Macros► ◄Null Macros and Undefined Macros► -♦-