4 lines
81 B
Text
4 lines
81 B
Text
OPEN "output.txt" FOR OUTPUT AS 1
|
|
CLOSE
|
|
OPEN "\output.txt" FOR OUTPUT AS 1
|
|
CLOSE
|