Versions Compared

Key

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

...

With IZPACK-577 fixed and released, you can also use a more Complex expression language that evaluates using the boolean precedence rules, which is also reflected in the following table. The higher an operator is, the higher is its precedence.

^

an operator for the XorConditon

&&

an operator for the Andcondition AndCondition

||

an operator for the OrCondition

!

an operator for the NotCondition

!conditionA+conditionB+!conditionC equals (!conditionA) && conditionB && (!conditionC).

XOR (IZPACK-581) and parentheses Parentheses may be added in the future.

...