File input/output: Difference between revisions

Content added Content deleted
m (→‎Icon and Unicon: header simplification)
Line 647: Line 647:
CloseStream(g);
CloseStream(g);
end;</lang>
end;</lang>

=={{header|GML}}==
<lang GML>file_copy("input.txt","output.txt")</lang>


=={{header|Go}}==
=={{header|Go}}==