loadsub Example
10 LOADSUB "New" FROM "grid.prg"
20 PAUSE
30 PRINT "Paused. Press CONT"
40 New
50 PRINT "All finished."
60 END