neilsf / XC-BASIC

A compiling BASIC dialect for the Commodore-64
https://xc-basic.net/
MIT License
74 stars 15 forks source link

Implement I/O commands #109

Closed neilsf closed 4 years ago

neilsf commented 4 years ago

Commands identical to CBM BASIC's OPEN, CLOSE, CMD, PRINT#, INPUT#, GET#, STATUS should be implemented in version 3.

neilsf commented 4 years ago

https://github.com/Thraka/xcb-ext-io will solve this issue.