Show all LORES colors

This commit is contained in:
Brad Grantham 2016-11-18 23:25:48 -08:00
parent 01d8b4e1b2
commit e5d65591af
1 changed files with 7 additions and 0 deletions

7
GRCOLORS.A Normal file
View File

@ -0,0 +1,7 @@
5 GR
10 FOR Y = 0 TO 39
20 FOR X = 0 TO 39
30 COLOR= INT (X / 10) + INT (Y / 10) * 4
40 PLOT X,Y
50 NEXT
60 NEXT