Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Logic

Table of Contents
minLevel2
typeflat

Tip
boolean conditions are evaluated from left to the right. There is no order for the logical operators. Use parentheses to create hierarchy in your logical expressions. Example: TRUE OR (TRUE AND FALSE) will evaluate (TRUE AND FALSE) first.

...