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

  1. 0 rem << commtx - transmit to ibm
  2. 5 rem - commodore program -
  3. 6 rem -   -- commtx --
  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 k$ : if k$="" then 20
  9. 30 print#2,k$; : print k$;
  10. 40 goto 20
  11.