CSV to HTML translation: Difference between revisions

Content added Content deleted
m (→‎[[CSV to HTML translation#ALGOL 68]]: define extra variable: nf.)
Line 163: Line 163:
table row;
table row;
on logical file end(input, (REF FILE input)BOOL: line end);
on logical file end(input, (REF FILE input)BOOL: line end);
DO
FOR nf DO
STRING s; get(input,s);
STRING s; get(input,s);
(nr=1|th|td)(ENCODE s);
(nr=1|th|td)(ENCODE s);