RosettaCodeData/Task/File-input-output/HicEst/file-input-output-1.hicest

3 lines
146 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
CHARACTER input='input.txt ', output='output.txt ', c, buffer*4096
SYSTEM(COPY=input//output, ERror=11) ! on error branch to label 11 (not shown)