Changes between Version 5 and Version 6 of AllStatements
- Timestamp:
- 12/20/10 03:00:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AllStatements
v5 v6 15 15 16 16 * [wiki:NumericFor for-numeric] 17 * [ http://cobra-language.com/docs/manual/control-statements/enumerable-for.htmlfor-Enumeration]17 * [wiki:EnumerableForStatement for-Enumeration] 18 18 19 * [ http://cobra-language.com/docs/manual/control-statements/if.htmlif-then-else] - conditional execution19 * [wiki:IfStatement if-then-else] - conditional execution 20 20 21 21 * [wiki:Ignore ignore] - remove handlers for event … … 42 42 * [wiki:Use use] - specify a namespace and contents to be used by this module 43 43 44 * [ http://cobra-language.com/docs/manual/control-statements/while.htmlwhile] - loop while a condition is true44 * [wiki:WhileStatement while] - loop while a condition is true 45 45 46 46 * [wiki:Yield yield] - yield a result from a generator