GOSUB subroutine
This statement recall the internal subprogram named subroutine. At the end of the execution of the subroutine, control is returned to the statement following GOSUB.
Subroutine name is not a variable, is a fixed name matching the name defined in a SUBDEF statement, wherever in the same source.