Popular Computing Weekly, 8-14 December 1983 (Issue 49, Vol 2):
Personal Computing News, Dec 22 1983 – Jan 4 1984 (Issue 42):
Popular Computing Weekly (Dec 22 1983, same date as the previous publication):
Popular Computing Weekly, 8-14 December 1983 (Issue 49, Vol 2):
Personal Computing News, Dec 22 1983 – Jan 4 1984 (Issue 42):
Popular Computing Weekly (Dec 22 1983, same date as the previous publication):
10 MODE 5
20 VDU 23,1,0;0;0;0;
30 TIME=0
40 REPEAT
50 T=TIME
60 GCOL 0, RND(3)
70 DRAW RND(1278), RND(1021)
80 UNTIL T>10
90 TIME=0
100 CLS
110 GOTO 40