File input/output: Difference between revisions

Content added Content deleted
(Changed to follow task description)
No edit summary
Line 2,092: Line 2,092:
Loop
Loop
End Using</lang>
End Using</lang>

=={{header|Wart}}==
<lang wart>with infile "input.txt"
with outfile "output.txt"
whilet line (read_line)
prn line</lang>


=={{header|XPL0}}==
=={{header|XPL0}}==