From Second Life Wiki
- The correct title of this article is jump. The initial letter is shown capitalized due to technical restrictions.
jump target;
| • label
| target
| –
| Name of a label inside the same leg of the scope hierarchy tree
|
|
|
@target;
| • label
| target
| –
| A label that can be jumped to if the jump is in the same scope or child scope.
|
|
|
Caveats
A target does not work with multiple jumps in all cases.
For multiple jumps you may need to use additional targets.
It is currently unknown if this is a technical limitation, oversight or bug.
|
|
|
|
|