Operators |
continue — Skip the current loop execution.
continue( : : : )
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.
continue (as operators) always returns 2 (H_MSG_TRUE).
Foundation
Operators |