The directive f$IF exprg will continue the compilation if the boolean expression expr evaluates to true. If the compilation evaluates to false, then the source is skipped to the rst f$ELSEg or f$ENDIFg directive.
The compiler must be able to evaluate the expression at parse time. This means that variables or constants that are de ned in the source cannot be used. Macros and symbols may be used, however.
More information on this can be found in the section about conditionals.