GOSUB GOSUB target Initiates a subroutine call to the target which can be a line number or a label. The subroutine must end with RETURN. See also: GOTO ON GOTO|GOSUB RETURN
GOTO GOTO target Branches program execution to the target which can be a line number or a label. See also: GOSUB ON GOTO|GOSUB RETURN