Break
Top  Previous  Next


Break is used within a conditional loop or within a block of statements associated with a particular case in a switch action. When used within a loop, the break action tells the script to abort the loop and execute the statement immediately following the loop. When used within a switch action, the break action tells the script to skip the remaining statements in that case and jump to the next statement after the enclosing switch action.


There are no options for the Break action.