Bars

Date: 198x
Type: Program
Platform(s): TS 2068

Simple program to display horizontal color bars.

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

People

No people associated with this content.

Scroll to Top