File input/output: Difference between revisions

m
(Updated to compile with Nim 1.4: replaced "writeln" by "writeLine")
Line 672:
=={{header|Arturo}}==
 
<lang arturorebol>source: [read "input.txt"]
write "output.txt" source
 
print source</lang>
 
{{out}}
 
<pre>This is some
sample text in input.txt</pre>
 
=={{header|AutoHotkey}}==
1,532

edits