Changes between Version 4 and Version 5 of ControlStatements
- Timestamp:
- 12/20/10 02:56:24 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlStatements
v4 v5 3 3 These statements change the flow of control through the program 4 4 5 * [ http://cobra-language.com/docs/manual/control-statements/if.htmlIf-Then-Else]6 * [ http://cobra-language.com/docs/manual/control-statements/enumerable-for.htmlEnumerable-For]7 * [ http://cobra-language.com/docs/manual/control-statements/while.htmlWhile]8 * [ http://cobra-language.com/docs/manual/control-statements/while.htmldo-while]5 * [wiki:IfStatement If-Then-Else] 6 * [wiki:EnumerableForStatement Enumerable-For] 7 * [wiki:WhileStatement While] 8 * [wiki:WhileStatement do-while] 9 9 10 10