Wiki

Changes between Version 4 and Version 5 of AllStatements

Show
Ignore:
Timestamp:
02/15/10 02:26:39 (14 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AllStatements

    v4 v5  
    2424 * [wiki:Pass pass]   - specify non operation 
    2525 
    26  * [wiki:Post post]   - do-while equivalent 
     26 * [http://cobra-language.com/docs/manual/control-statements/while.html post (while)]  - loop while condition true testing condition at end of block. do-while equivalent 
     27 
    2728 * [wiki:Print print]  - output something 
    2829 
     
    4142 * [wiki:Use use]       - specify a namespace and contents to be used by this module 
    4243 
    43  * [http://cobra-language.com/docs/manual/control-statements/enumerable-for.html while] - loop while a condition is true 
     44 * [http://cobra-language.com/docs/manual/control-statements/while.html while] - loop while a condition is true 
    4445 
    4546 * [wiki:Yield yield] - yield a result from a generator