Wiki

Changes between Version 1 and Version 2 of Continue

Show
Ignore:
Timestamp:
11/22/10 18:53:22 (14 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Continue

    v1 v2  
    1010== Grammar == 
    1111{{{ 
     12#!cobra 
    1213continue 
    1314}}} 
     
    1617The following example shows how the continue statement can be used to bypass sections of code and begin the next iteration of a loop. 
    1718{{{ 
     19#!cobra 
    1820def main is shared 
    1921    i = 0