Changeset 2335 for cobra/trunk/HowTo/125-MakeAnIfElseLadder.cobra
- Timestamp:
- 03/20/10 04:42:28 (2 years ago)
- Files:
-
- 1 modified
-
cobra/trunk/HowTo/125-MakeAnIfElseLadder.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/HowTo/125-MakeAnIfElseLadder.cobra
r2127 r2335 8 8 * Use the `branch` statement (see MakeABranchStatement.cobra) 9 9 10 When using an if-else ladder, consider raising a FallThroughException() at the10 When using an if-else ladder, consider throwing a FallThroughException() at the 11 11 bottom if you expect that it should never happen. 12 12



