RosettaCodeData/Task/File-input-output/Toka/file-input-output-2.toka

5 lines
144 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
[ ( source dest -- )
swap file.slurp dup 0 <>
[ >r "W" file.open dup r> string.getLength file.write drop file.close ] ifTrue
] is copy-file