Versions Compared

Key

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

...

and then to 0.

Compliant Solution

To get this Adding parentheses to indicate precedence will cause the expression to evaluate as expected, parentheses should be used to specify the order of operation.

Code Block
bgColor#ccccff
(x & 1) == 0

...