home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / qbasic_1 / screen13.bas < prev    next >
BASIC Source File  |  1992-07-09  |  255b  |  12 lines

  1. SCREEN 12
  2.                              'monochrome that you only set foreground and
  3.                              'background is black
  4. PSET (1, 1)
  5. PSET (1, 479)
  6. PSET (639, 1)
  7. PSET (639, 479)
  8. LOCATE 15, 35
  9. PRINT "middle"
  10. WHILE INKEY$ = "": WEND
  11.  
  12.