next
Immediately starts the next iteration of the innermost execution loop.
Format
next;
Parameters
This statement has no parameters.
Description
The next
statement immediately starts the next iteration of the innermost execution loop. The next
statement is equivalent to the C continue
statement.
Where to go from here
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.