Terminates the immediately enclosing FOR, LOOP or WHILE loop.
BREAK
In the SPL function, ValChk, if ival, the max of the derivative of the input series, s, is less than zero, then the break statement will break out of the while loop, and return the value.
BREAK also terminates the evaluation of comparisons in a SWITCH statement.