Algosim documentation: continue

continue

Immediately beings the next iteration of the innermost loop.

Syntax

Description

continue() immediately aborts the current and begins the next iteration of the innermost loop (ForEach, for, while, until, or repeat).

See also