Versions Compared

Key

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

...

Wiki Markup
\[[GNU 2010|AA. Bibliography#GNU 10]\] [Coding Standards, Section 5.3, "Clean Use of C Constructs"|http://www.gnu.org/prep/standards/standards.html#Syntactic-Conventions]

Wiki Markup
\[[Rogue 2000|AA. Bibliography#Rogue 2000]\] Rule 76: Use block statements instead of expression statements in control flow constructs.

...

EXP04-J. Do not perform assignments in conditional statements      02. Expressions (EXP)      EXP06-J. Use parentheses for precedence of operation