File input/output: Difference between revisions

Updated to compile with Nim 1.4: replaced "writeln" by "writeLine"
No edit summary
(Updated to compile with Nim 1.4: replaced "writeln" by "writeLine")
Line 2,405:
 
for line in i.lines:
o.writelnwriteLine(line)
 
i.close()
Anonymous user