by Brayla Sana | Apr 19, 2016 | Flow Control, LSL, OSSL, Wiki
jump label A jump is like a goto in other languages. Jumps can be used to alter normal flow control. When a jump occurs, script execution immediately moves to the next statement after the corresponding label definition, skipping intervening code and breaking out...