Changes between Version 12 and Version 13 of GoodCodeExamples


Ignore:
Timestamp:
05/20/09 16:22:42 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoodCodeExamples

    v12 v13  
    4141                } 
    4242}}} 
    43  * if-else if- else example: 
     43  * if-else if- else example: 
    4444{{{ 
    4545                if (a != b) { 
     
    5353                } 
    5454}}} 
    55  * for examples 
     55  * for examples 
    5656{{{ 
    5757                for (i = 0; i < n; i++) { 
     
    6464                } 
    6565}}} 
    66  * try-catch-finally... The same as the above as spacing and etc... 
     66  * try-catch-finally... The same as the above as spacing and etc... 
    6767{{{ 
    6868                try {