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