77FN said:
As others have said, this is my goto version now.
10 INPUT "Have you watched this yet?", A$
20 IF A$ = "no" THEN goto 10
30 PRINT "I wrote this little program just for 77FN because he loves my contributions to this webzone."
40 END
77FN said:
As others have said, this is my goto version now.
10 INPUT "Have you watched this yet?", A$
20 IF A$ = "no" THEN goto 10
30 PRINT "I wrote this little program just for 77FN because he loves my contributions to this webzone."
40 END