home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ahoy 1985 December
/
Ahoy_Magazine_85-12_1985_Double_L.d64
/
commrx
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-10-26
|
219b
|
11 lines
0 rem << commrx - receive from ibm
5 rem - commodore program -
6 rem - -- commrx --
7 rem - rupert report #24
8 rem - the ibm connection
9 rem -
10 open 2,2,0,chr$(8)+chr$(0)
20 get#2,r$ : if r$="" then 20
30 print r$;
40 goto 20