File size: 95 Bytes
a2a15a2
 
 
 
 
 
1
2
3
4
5
6
7
10 PRINT "start"
20 GOSUB 100
30 PRINT "returned"
40 STOP
100 PRINT "in subroutine"
110 RETURN