Copyright © tutorialspoint.com
Syntax
Definition and UsageThis is not a function. Causes the current loop iteration to skip to the next value or next evaluation of the control statement. No further statements in the current loop are executed. If LABEL is specified, then execution skips to the next iteration of the loop identified by LABEL. Return Value
ExampleTry out following example:
It will produce following results:
|
Copyright © tutorialspoint.com