3 lines
57 B
Text
3 lines
57 B
Text
file% = OPENOUT filename$
|
|
PRINT#file%, text$
|
|
CLOSE#file%
|
file% = OPENOUT filename$
|
|
PRINT#file%, text$
|
|
CLOSE#file%
|