Wiki

Changes between Version 4 and Version 5 of ControlStatements

Show
Ignore:
Timestamp:
12/20/10 02:56:24 (14 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlStatements

    v4 v5  
    33These statements change the flow of control through the program 
    44 
    5  * [http://cobra-language.com/docs/manual/control-statements/if.html If-Then-Else] 
    6  * [http://cobra-language.com/docs/manual/control-statements/enumerable-for.html Enumerable-For] 
    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] 
     5 * [wiki:IfStatement If-Then-Else] 
     6 * [wiki:EnumerableForStatement Enumerable-For] 
     7 * [wiki:WhileStatement While] 
     8 * [wiki:WhileStatement do-while] 
    99 
    1010