Description: Jumps program execution to <Label> during an event sub-routine. Normally, you
cannot use Goto to jump outside of an event subroutine. This routine resets the stack space,
meaning if you used a Gosub command, you cannot Return from the previous location.
Syntax:
Shlink<LineLabel>
Part
Description
<LineLabel>
Required. Line label to jump program execution to.