| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |
break [object]
Ends the looping of the flux control functions.
break inside the body of a
while or foreach makes
those functions return.
If the break function is called outside the body
of a while or foreach then
the currenly executing function terminates and returns the
object that was passed to break or
null if break was invoked without arguments.
| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |