Jumps to a label,
goto <label>
Moves control to the next line of the <label>.
; Jump to the next line of the ':label'. goto label ... ... ... :label send 'abc'