Changes between Version 4 and Version 5 of GoodCodeExamples
- Timestamp:
- 05/20/09 15:00:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoodCodeExamples
v4 v5 21 21 } 22 22 }}} 23 24 * Writing if, else, else if, for, while, do while, try, catch, finally statements. 25 * First of all always put curly brackets after the special word that opens the statement, even if the statement contains one row.