RosettaCodeData/Task/File-input-output/HicEst/file-input-output-1.hicest
2023-07-01 13:44:08 -04: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)