68
edits
m (→Switch / Case constructs: remove spaces around slash in the title (spaces should only be used for divide multi-word phrases and even that's optional)) |
Salty-horse (talk | contribs) (→Whitespaces: Fix one level of nonsense in the for statement example) |
||
Line 61: | Line 61: | ||
<syntax type="C++"> | <syntax type="C++"> | ||
for (int a = 0; b++ | for (int a = 0; b < c; d++) | ||
</syntax> | </syntax> | ||
<syntax type="C++"> | <syntax type="C++"> |
edits