The EGL continue statement transfers control to the end of a for, forEach, openUI, or while statement that itself contains the continue statement. Execution of the containing statement continues or ends depending on the logical test that is conducted as usual at the start of the containing statement.
The continue statement must be in the same function as the containing statement.
Related tasks
Syntax diagram for EGL statements and commands
Related reference
EGL statements