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

  1. 10 REM --- DRUCK VON GRAFIK ---
  2. 20 REM    - AUF DEM MPS 802-
  3. 30 OPEN 5,4,5
  4. 40 FOR I=1 TO 8:READA:A$=A$+CHR$(A):NEXT
  5. 50 PRINT#5,A$
  6. 60 CLOSE 5
  7. 70 OPEN 4,4
  8. 80 PRINT#4,CHR$(254);" 1986 BY 64'ER"
  9. 90 CLOSE 4
  10. 100 REM DATEN DES SONDERZEICHENS
  11. 110 DATA 60,66,153,165,165,129,66,60
  12.