HELP
An object that terminates the current
iteration loop.

USE
Use Break to stop the loop and continue
execution through the sequence output pin of
the iterator.

LOCATION
Flow ==> Repeat ==> Break

NOTE
Break is often used with an If/Then
object to conditionally stop iteration.

SEE ALSO
For Count, For Range, For Log Range, Next, On
Cycle, and Until Break.
