Simple program to display horizontal color bars.
Appears on
One of a series of library tapes. Programs on these tapes were renamed to a number series. This tape contained programs 20121 to 20163. These tapes were compiled by Tony Willing.
Gallery
Source Code
10 BORDER 0 20 FOR x=1 TO 22 30 PAPER 1: PRINT " " 40 PAPER 2: PRINT " " 50 PAPER 4: PRINT " " 60 NEXT x 70 GO TO 20 80 STOP 90 SAVE "Bars" LINE 10