home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 36.dms / 36.adf / rgb.bas < prev    next >
BASIC Source File  |  1988-05-22  |  84b  |  5 lines

  1. 10    for i% = 0 to 15
  2. 20    ask rgb i%,r%,g%,b%
  3. 30    print i% r% g% b%
  4. 40    next
  5.