A logical, or Boolean, expression returns a value that is evaluated as true or false. In the macro language, any numeric value other than 0 is true and a value of 0 is false. When the macro processor ...
The NOT expression is processed first. Then the expressions joined by AND are processed. Finally, the expressions joined by OR are processed. For a complete discussion of the rules for evaluating ...