Recently Posted




Notice: SSI.php was unable to load a session! This may cause problems with logout and other functions - please make sure SSI.php is included before *anything* else in all your scripts! in /home/tutorial/public_html/mathforum/SSI.php on line 155

break

Terminate execution of WHILE or FOR loop.
terminates the execution of FOR and WHILE loops.
In nested loops, exits from the innermost loop only.

If you use outside of a FOR or WHILE loop in a MATLAB
script or function, it terminates the script or function at
that point. If is executed in an IF, SWITCH-CASE, or
TRY-CATCH statement, it terminates the statement at that point.

Tags: ,