2 lines
52 B
Text
2 lines
52 B
Text
FileIO text;
|
|
text.open("output.txt", FileIO.WRITE);
|
FileIO text;
|
|
text.open("output.txt", FileIO.WRITE);
|