6.4. DIRECTIVES

Format:


        PRAGMA WARN DIRECTIVES { YES | NO | }
      

YES -- enable directive warnings
* NO -- disable directive warnings

The JAL language has a peculiar feature : the construct:

        IF cexpr THEN ... END IF
      
is actually a compiler directive. If cexpr evaluates to 0, the compiler stops translating the code until it reaches the corresponding END IF. This warning will simply shows where this construct is used.