HELP
An object that repeats execution of a
subthread until a Break is encountered.

USE
Use Until Break to start a set of operations
that is repeated until a Break is
encountered.

LOCATION
Flow ==> Repeat ==> Until Break

NOTES
Execution of the subthread hosted by the
Until Break output continues until one of the
following occurs:
* All objects that can, have operated; the
subthread is deactivated.  The subthread is
reactivated by refiring the Until Break
output until a Break object is encountered.

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

* A Next object operates.  The subthread is
deactivated then reactivated by refiring the
Until Break output until a Break object is
encountered.
Until Break outputs an output execution
signal that has no value (nil).

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