introvoyz041's picture
Migrated from GitHub
a2a15a2 verified
raw
history blame contribute delete
95 Bytes
10 PRINT "start"
20 GOSUB 100
30 PRINT "returned"
40 STOP
100 PRINT "in subroutine"
110 RETURN