ClassesClassesClassesClasses | | | | 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.

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.

continuecontinueContinuecontinueContinueContinue (Operator)

Name

continuecontinueContinuecontinueContinueContinue — Skip the current loop execution.

Signature

continue( : : : )

Herror continue()

Herror T_continue()

Herror continue()

void Continue()

void HOperatorSetX.Continue()

static void HOperatorSet.Continue()

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 2 (H_MSG_TRUE).

Alternatives

breakbreakBreakbreakBreakBreak

See also

forforForforForFor, whilewhileWhilewhileWhileWhile, repeatrepeatRepeatrepeatRepeatRepeat, untiluntilUntiluntilUntilUntil

Module

Foundation


ClassesClassesClassesClasses | | | | Operators