Wiki

Changes between Version 3 and Version 4 of ControlStatements

Show
Ignore:
Timestamp:
10/13/08 07:08:33 (16 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlStatements

    v3 v4  
    11= Control Statements = 
    22  
    3  * [http://cobra-language.com/docs/manual/control-statements/if.html IfThenElse] 
     3These statements change the flow of control through the program 
     4 
     5 * [http://cobra-language.com/docs/manual/control-statements/if.html If-Then-Else] 
    46 * [http://cobra-language.com/docs/manual/control-statements/enumerable-for.html Enumerable-For] 
    57 * [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 
    610 
    711 * [wiki:NumericFor Numeric-For] 
    812 * [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] 
    921