goto
形式:
goto <label>
<label>行の次の行へジャンプする。 例:
goto label
':label' の次の行へジャンプ。
...
...
...
:label
ラベル行
send 'abc'