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

Content added Content deleted
(Unreasonably vague task description)
 
m (added some comments.)
Line 23: Line 23:


Every single one of these questions will change the way the program must be written. --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 14:34, 3 August 2021 (UTC)
Every single one of these questions will change the way the program must be written. --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 14:34, 3 August 2021 (UTC)


: I'll attempt to clarify at least one of your points.   It appears, from the   '''Ring'''   computer programming langage example,   that what is meant is to show the lines (records?) in reverse order,   and not change the order of the characters within each line (record).   I will also add a very small "file" so that we can compare output(s) without having to show the input lines(records).     -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 15:16, 3 August 2021 (UTC)