What is the function of GOSUB statement?
Answers
Answered by
3
GOSUB Statement. The GOSUB statement transfers control to the line with the specified statement label, where the program sequentially proceeds until it reaches a RETURN statement. Statement labels as described in Format, Data and Expressions. An expression evaluating to a numeric value
Similar questions