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 (算子名称)

名称

continuecontinueContinueContinuecontinue — Skip the current loop execution.

参数签名

continue( : : : )

Herror continue()

Herror T_continue()

void Continue()

static void HOperatorSet.Continue()

def continue() -> None

描述

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.

结果

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

可替代算子

breakbreakBreakBreakBreakbreak

参考其它

forforForForForfor, whilewhileWhileWhileWhilewhile, repeatrepeatRepeatRepeatRepeatrepeat, untiluntilUntilUntilUntiluntil

模块

Foundation