ClassesClasses | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

repeatrepeatRepeatRepeat (Operator)

Name

repeatrepeatRepeatRepeat — Start statement of a repeat..until loop.

Signature

repeat( : : : )

Herror repeat()

Herror T_repeat()

void Repeat()

static void HOperatorSet.Repeat()

Description

repeatrepeatRepeatRepeatRepeat is the first statement of an repeatrepeatRepeatRepeatRepeat..untiluntilUntilUntilUntil loop.

Result

repeatrepeatRepeatRepeatRepeat always returns 2 (H_MSG_TRUE).

Alternatives

forforForForFor, whilewhileWhileWhileWhile

See also

untiluntilUntilUntilUntil, breakbreakBreakBreakBreak, continuecontinueContinueContinueContinue

Module

Foundation


ClassesClasses | | Operators