ClassesClasses | | Operators

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.

continuecontinueContinueContinue (Operator)

Name

continuecontinueContinueContinue — Skip the current loop execution.

Signature

continue( : : : )

Herror continue()

Herror T_continue()

void Continue()

static void HOperatorSet.Continue()

Description

continuecontinueContinueContinueContinue skips the smallest enclosing forforForForFor, whilewhileWhileWhileWhile or repeatrepeatRepeatRepeatRepeat..untiluntilUntilUntilUntil loop execution. Program execution is continued at the condition line of the loop or at the next line after the continuecontinueContinueContinueContinue statement in case no enclosing loop exists.

Result

continuecontinueContinueContinueContinue (as operators) always returns 2 (H_MSG_TRUE).

Alternatives

breakbreakBreakBreakBreak

See also

forforForForFor, whilewhileWhileWhileWhile, repeatrepeatRepeatRepeatRepeat, untiluntilUntilUntilUntil

Module

Foundation


ClassesClasses | | Operators