Download Print this page

Commodore C2N Operating Instructions Manual page 17

Hide thumbs Also See for C2N:

Advertisement

INPUT # A,D
will input data from the cassette and use it in the program.
Example: INPUT # 5, AS
PRINT #A,D
will write data to the cassette where
Example: PRINT # 5, A$
CLOSE A
will close the file designated A, where A refers to the file number.

Advertisement

loading