[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any way to pause an EXEC?



Since an exec is an automation of basic commands you could do:
HOME
PRINT "Cracking program 1"
LOAD PROGRAM1
do the crack
SAVE PROGRAM1
PRINT "Program 1 cracked... press any key to continue:"
GET A$
...

the sheer fact I can still remember these basic commands is a very sad
testament to a lack of a life in middle school. ;-)