continue Statement

Stop executing the current loop (do, for, while), update the loop conditions, and begin executing from the top of the loop.

continue;

 

Parameters

None

See also

Flow Control