continue
continue evaluation in loop.
Syntax
continue
Description
continue statement can be used inside a for or a while loop.
continue statement is used to pass control to the next iteration of a loop.
Example
See also
for.
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated