Table of Contents
GOSUB
Syntax
GOSUB line
Description
Initiates a subroutine call to the line specified. The subroutine must end with RETURN. The line may be a number or a label.
GOSUB line
Initiates a subroutine call to the line specified. The subroutine must end with RETURN. The line may be a number or a label.