home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / sh1x / sh18a.d64 / grafik.mps801 (.txt) < prev    next >
Commodore BASIC  |  1995-03-30  |  166b  |  9 lines

  1. 10 REM --- DRUCK VON GRAFIK ---
  2. 20 REM    - AUF DEM MPS 801-
  3. 30 OPEN 1,4
  4. 40 PRINT#1,CHR$(8): REM GRAFIK EIN
  5. 50 FOR I=1 TO 128
  6. 60 PRINT#1,CHR$(I+127);
  7. 70 NEXT I
  8. 80 PRINT#1,CHR$(15):REM NORMALTEXT
  9.