home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 006.lha / SETUP.bas < prev    next >
Encoding:
BASIC Source File  |  1986-02-01  |  285 b   |  12 lines

  1. 10    '           SETUP
  2. 20    '  --------------------------
  3. 30    '   Program to set up colors
  4. 40    '   & screen for programming
  5. 50    '  --------------------------
  6. 60    '
  7. 70    RGB 0,1,3,9
  8. 80    RGB 1,15,15,15
  9. 90    RGB 2,11,11,11
  10. 100   SCREEN 1,4:FONT 2
  11. 110   GRAPHIC 0:DRAWMODE 1
  12.