Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: wordsmithing

...

When the assignment is intended, the following compliant solution may be used as the programmer's intent is clearer:

Code Block
bgColor#ccccff
if ((a = b) == true) {
  /* ... */
}

...