File input/output: Difference between revisions

(COBOL 85)
Line 1,346:
=={{header|I}}==
<lang i>software {
var datafile = load("input.txt")
var file = open("inputoutput.txt").write(file)
} </lang>
loop {
! data += file(256)
issues {
break
}
}
delete("output.txt")
file = open("output.txt")
file(data)
}</lang>
 
=={{header|Icon}} and {{header|Unicon}}==
Anonymous user