|
break [object]
Ends the looping of the flux control functions.
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.
|