10 PRINT "start" 20 GOSUB 100 30 PRINT "returned" 40 STOP 100 PRINT "in subroutine" 110 RETURN