R3vo/Sandbox – User
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{TopMenu|[[User:R3vo/Sandbox|Sandbox No. 1]] [[User:R3vo/Sandbox1|Sandbox No. 2]] [[User:R3vo/Sandbox2|Sandbox No. 3]] [[User:R3vo/Sandbox3|Sandbox No. 4]]}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- |
Revision as of 14:19, 26 August 2022
Command | Description | Example | Exit whole script? | Return Value |
---|---|---|---|---|
breakOut | Breaks out of scope with given name. | Example | ![]() |
![]() |
breakTo | Breaks out of all scopes and returns to the scope with given name. | Example | ![]() |
![]() |
break | Skips all further loop iterations. | Example | ![]() |
![]() |
breakWith | Same as break but will also return the given value. | Example | ![]() |
![]() |
continue | Skips current loop iteration and continues with the next one. | Example | ![]() |
![]() |
continueWith | Same as continue but returns the given value. | Example | ![]() |
![]() |
exitWith | Exits the current code scope. | Example | ![]() |
![]() |
throw | Example | Example | ![]() |
![]() |
terminate | Terminates script of given Script Handle. | Example | ![]() |
![]() |