Operator Reference
continue (Operator)
continue
— Skip the current loop execution.
Signature
continue( : : : )
Description
continue
skips the smallest enclosing for
, while
or repeat
..until
loop execution. Program execution is
continued at the
condition line of the loop or at the next line after the continue
statement in case no enclosing loop exists.
Result
continue
(as operators) always returns 2 (
H_MSG_TRUE)
.
Alternatives
See also
Module
Foundation