Wiki

Changes between Version 5 and Version 6 of AllStatements

Show
Ignore:
Timestamp:
12/20/10 03:00:38 (14 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AllStatements

    v5 v6  
    1515 
    1616 * [wiki:NumericFor for-numeric]  
    17  * [http://cobra-language.com/docs/manual/control-statements/enumerable-for.html for-Enumeration]  
     17 * [wiki:EnumerableForStatement for-Enumeration]  
    1818 
    19  * [http://cobra-language.com/docs/manual/control-statements/if.html if-then-else] - conditional execution 
     19 * [wiki:IfStatement if-then-else] - conditional execution 
    2020 
    2121 * [wiki:Ignore ignore] - remove handlers for event 
     
    4242 * [wiki:Use use]       - specify a namespace and contents to be used by this module 
    4343 
    44  * [http://cobra-language.com/docs/manual/control-statements/while.html while] - loop while a condition is true 
     44 * [wiki:WhileStatement while] - loop while a condition is true 
    4545 
    4646 * [wiki:Yield yield] - yield a result from a generator