Idea: anyone who replies here, copies the already existing code, and adds one line.
We will check the results then, if the program is runnable.
I begin:
10 MODE 1
(The next who replies, copies my "10 MODE 1" and adds line 20 and so on...)
Let's see, what happens!
10 MODE 1
20 CLS
Awwwww.... Come on, remax: CLS is not really needed after a MODE 1... :laugh:
We are never too cautious...
10 MODE 1
20 CLS
30 CALL 0
And the winner is mr_lou.
Program finished.
10 MODE 1
20 CLS
25 POKE 0,&C9
30 CALL 0
10 MODE 1
20 CLS
25 POKE 0,&C9
29 POKE 0,1
30 CALL 0
10 MODE 1
20 CLS
25 POKE 0,&C9
26 GOTO 30
29 POKE 0,1
30 CALL 0
RENUM 1,1
1 MODE 1
2 CLS
3 POKE 0,&C9
4 GOTO 6
5 POKE 0,1
6 CALL 0
10 MODE 1
20 CLS
25 POKE 0,&C9
26 GOTO 30
29 POKE 0,1
30 CALL 0
31 POKE 0,1:CALL 0
While this is fun and all, and going around in circles, maybe a real attempt at this should be made on the programming forum.
Proposed rules: No resetting or other tricks, no messing up code with POKEs, probably no MC at all since it does say "BASIC program", no adding lines between existing ones unless there's a very good reason... etc.?
Edit: Never mind; I found the new thread.
1 mode 1:while 1:print"hello":wend
10 MODE 1
20 CLS
25 POKE 0,&C9
26 GOTO 30
29 POKE 0,1
30 CALL 0
31 POKE 0,1:CALL 0
^^ You did say Never Ending. :D