Convert CSV records to TSV: Difference between revisions

Content added Content deleted
(Added Algol 68)
Line 119: Line 119:


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==
all input \ characters are doubled in the output.<br>
All input \ characters are doubled in the output.<br>
As with some of the other samples, the input data is stored in an array, not read from a file.
As with some of the other samples, the input data is stored in an array, not read from a file.
<syntaxhighlight lang="algol68">
<syntaxhighlight lang="algol68">