next - coldrockgames/doc-scriptor GitHub Wiki

The next statement closes a for and a while loop. It returns to the beginning of the loop and checks the exit conditions. If it is met, the loop ends, otherwise it repeats.

Syntax

next