What is the function of GOSUB statement?
Answers
Answered by
5
Answer:
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.
Answered by
0
Answer:
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.
hope it's maybe help you
Similar questions