break (Looping & Flow Control) ← Command Reference ← to Looping & Flow Control home Compatible with: Purpose Causes execution of test to exit the loop immediately. "break" command must be used within a loop. Syntax break Target N/A Value N/A Return Value N/A ← to Looping & Flow Control home