goto

ラベルへジャンプする。

goto <label>

解説

<label>行の次の行へジャンプする。

; ':label' の次の行へジャンプ。
goto label
...
...
...

; ラベル行
:label
send 'abc'