File input/output: Difference between revisions

no edit summary
(Added 11l)
No edit summary
Line 2,920:
copyFile("input.txt", "output.txt");
end func;</lang>
 
=={{header|SenseTalk}}==
<lang sensetalk>put file "input.txt" into fileContents
put fileContents into file "output.txt"</lang>
 
=={{header|Sidef}}==
Anonymous user