|
break |
|
Example
If used inside of a statement that forms a loop (repeat, while, do, for, with) or inside of a switch statement, it will break the loop and continue on with the next piece of code in the event. If used outside such a statement it will perform as an exit statement, ending the event execution.
Abyssal_Nuclei - Revision #1
|