2 lines
79 B
Text
2 lines
79 B
Text
put file "input.txt" into fileContents
|
|
put fileContents into file "output.txt"
|
put file "input.txt" into fileContents
|
|
put fileContents into file "output.txt"
|