Skip to content
Abe Pralle edited this page Sep 7, 2022 · 3 revisions

Syntax

forEach (...)
  ...
  if (...) nextIteration
  ...
endForEach

Description

Proceeds to the next iteration of the current loop, skipping any remaining statements in the current iteration.

Clone this wiki locally