ISO2002ENTMF 

Appendix D - Boolean Conditions

Note: In this context, literals also refer to compilation variables, which means that you can use compilation variables in constant conditional expressions.

A Boolean condition determines if a Boolean literal is true or false.

General Format

Syntax Rules

  1. boolean-literal-1 evaluates to TRUE if its value is B'1', and FALSE if its value is B'0'.
  2. NOT boolean-literal-1 evaluates to FALSE if its value is B'1', and TRUE if its value is B'0'.