There are a number of statements that can affect the flow of statement execution within a script.
Changing the Flow of a Repeat Loop
In addition to the statements listed here, return
and pass
statements will terminate execution of a repeat loop (see Messages).
Next Repeat