HELP
A menu item.

USE
Use Repeat to access the following iterators
and iteration-control objects:
* For Count
* For Range
* For Log Range
* Until Break
* On Cycle
* Next
* Break

LOCATION
Flow ==> Repeat ==>

NOTES
You can nest iterators.

Execution of the subthread hosted by the
iterator continues until one of the following
occurs:
* All objects that can, have operated.  The
subthread iterations have been completed.

* A Break object operated.  The subthread is
deactivated and the sequence output pin is
activated.

* A Next object operated.  The subthread is
deactivated and the iteration counter is
incremented.

When the iteration subthread has
completed, the sequence output pin is
activated.

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