Copyright © tutorialspoint.com
Syntax
Definition and UsageRestarts the current loop without forcing the control statement to be evaluated. No further statements in the block are executed. A continue block, if present, will not be executed. If LABEL is specified, execution restarts at the start of the loop identified by LABEL. Return Value
ExampleTry out following example:
It will produce following results:
|
Copyright © tutorialspoint.com