Continue statement

The continue statement has the form
continue

If used within a for-loop, a while-loop, a repeat-loop, or a with statement, it continues with the next value for the loop or with statement.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)