Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

continuecontinueContinueContinuecontinue (Operator)

Name

continuecontinueContinueContinuecontinue — Skip the current loop execution.

Signature

continue( : : : )

Herror continue()

Herror T_continue()

void Continue()

static void HOperatorSet.Continue()

def continue() -> None

Description

continuecontinueContinueContinueContinuecontinue skips the smallest enclosing forforForForForfor, whilewhileWhileWhileWhilewhile or repeatrepeatRepeatRepeatRepeatrepeat..untiluntilUntilUntilUntiluntil loop execution. Program execution is continued at the condition line of the loop or at the next line after the continuecontinueContinueContinueContinuecontinue statement in case no enclosing loop exists.

Result

continuecontinueContinueContinueContinuecontinue (as operators) always returns TRUE.

Alternatives

breakbreakBreakBreakBreakbreak

See also

forforForForForfor, whilewhileWhileWhileWhilewhile, repeatrepeatRepeatRepeatRepeatrepeat, untiluntilUntilUntilUntiluntil

Module

Foundation