return Example

10    CLEAR SCREEN
20    GOSUB Here
30    PRINT "Test done."
40    STOP
50 Here: PRINT "Currently in the SUB."
60    RETURN
70    END