Changes between Version 3 and Version 4 of ControlStatements
- Timestamp:
- 10/13/08 07:08:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlStatements
v3 v4 1 1 = Control Statements = 2 2 3 * [http://cobra-language.com/docs/manual/control-statements/if.html IfThenElse] 3 These statements change the flow of control through the program 4 5 * [http://cobra-language.com/docs/manual/control-statements/if.html If-Then-Else] 4 6 * [http://cobra-language.com/docs/manual/control-statements/enumerable-for.html Enumerable-For] 5 7 * [http://cobra-language.com/docs/manual/control-statements/while.html While] 8 * [http://cobra-language.com/docs/manual/control-statements/while.html do-while] 9 6 10 7 11 * [wiki:NumericFor Numeric-For] 8 12 * [wiki:Branch Branch/Case] 13 14 * [wiki:Break break] 15 * [wiki:Continue continue] 16 17 * [wiki:Return return] 18 * [wiki:Yield yield] 19 20 * [wiki:Throw throw] 9 21