<continue>
<continue [ to="symbollabel" ] >
A ``continue´´ statement stops the execution at the innermost
``for´´,
``foreach´´ or
``while´´ and starts the next loop cycle.
See continue statement.
Attributes:
- to
- Optional label to a valid target statement;
if not given, the innermost valid statement is used.
Add a note
|