home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1985 December / Ahoy_Magazine_85-12_1985_Double_L.d64 / commrx (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  219b  |  11 lines

  1. 0 rem << commrx - receive from ibm
  2. 5 rem - commodore program -
  3. 6 rem -    -- commrx --
  4. 7 rem - rupert report #24
  5. 8 rem - the ibm connection
  6. 9 rem -
  7. 10 open 2,2,0,chr$(8)+chr$(0)
  8. 20 get#2,r$ : if r$="" then 20
  9. 30 print r$;
  10. 40 goto 20
  11.