HELP
An object that causes a Repeat ==> object to
immediately start the next iteration.

USE
Use Next to skip to the next iteration of the
current loop without executing the remaining
objects on the iteration subthread.

If Next is not on an iteration subthread,
it stops all execution on the subthread.

LOCATION
Flow ==> Repeat ==> Next

NOTES
Next is often used with an If/Then object to
conditionally control iteration.

SEE ALSO
Break, For Count, For Log Range, For Range,
If/Then, On Cycle, and Until Break.
