3 lines
70 B
Text
3 lines
70 B
Text
w = new Writer["test.txt"]
|
|
w.print["I am the captain now."]
|
|
w.close[]
|
w = new Writer["test.txt"]
|
|
w.print["I am the captain now."]
|
|
w.close[]
|