Convert CSV records to TSV: Difference between revisions

m
(Added Algol 68)
Line 119:
 
=={{header|ALGOL 68}}==
allAll 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.
<syntaxhighlight lang="algol68">
3,044

edits