1 GOSUB The GOSUB statement transfers control to a specified line number or label and stores the location of the GOSUB statement for eventual return from the subroutine. Example 200 GOSUB 1100 2 Syntax { GO SUB } { GOSUB } target