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