RosettaCodeData/Task/File-input-output/HicEst/file-input-output-1.hicest
2015-02-20 09:02:09 -05:00

2 lines
146 B
Text

CHARACTER input='input.txt ', output='output.txt ', c, buffer*4096
SYSTEM(COPY=input//output, ERror=11) ! on error branch to label 11 (not shown)