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