Wiki
Show
Ignore:
Timestamp:
03/20/10 04:42:28 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Improvements to the How-To's.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/HowTo/125-MakeAnIfElseLadder.cobra

    r2127 r2335  
    88    * Use the `branch` statement (see MakeABranchStatement.cobra) 
    99 
    10 When using an if-else ladder, consider raising a FallThroughException() at the 
     10When using an if-else ladder, consider throwing a FallThroughException() at the 
    1111bottom if you expect that it should never happen. 
    1212