home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / sh2x / sh28b.d64 / read-id (.txt) < prev    next >
Commodore BASIC  |  1995-03-30  |  122b  |  8 lines

  1. 100 OPEN 1,8,15
  2. 110 OPEN 2,8,2,"#"
  3. 150 PRINT#1,"U1:";2;0;18;0
  4. 155 PRINT#1,"B-P:";2;162
  5. 160 GET#2,A$: GET#2,B$
  6. 170 PRINT A$;B$
  7. 180 CLOSE 1:CLOSE 2
  8.