| Description:
A Continue statement attempts
to transfer control to the innermost enclosing while or
for statement; this statement, which is called the continue
target, then immediately ends the current iteration and
begins a new one. If no while or for statement encloses
the continue statement, a error occurs.
|