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

5 lines
144 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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