Reverse the order of lines in a text file while preserving the contents of each line: Difference between revisions

m
(Added Quackery.)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 859:
=={{header|Wren}}==
{{libheader|Wren-ioutil}}
<syntaxhighlight lang="ecmascriptwren">import "./ioutil" for File, FileUtil
 
var fileName1 = "rodgers.txt"
9,483

edits