18,700
edits
(→Conditional: adding "else if"; mentioning optional braces for one-line conditional blocks) |
(→if: oops, forgot to mention "else if" here) |
||
Line 121: | Line 121: | ||
===Conditional=== | ===Conditional=== | ||
====if==== | ====if==== | ||
The only conditional statement is "if", with | The only conditional statement is "if", with optional follow-up statements "else if" and "else", discussed below. | ||
if (a operator b) | if (a operator b) |