Read a file line by line: Difference between revisions

m
→‎{{header|REXX}}: remove empty markup
m (syntax highlighting fixup automation)
m (→‎{{header|REXX}}: remove empty markup)
Line 2,998:
<br>It can also just show the last line.
<br>If appropriate, the program will show the total number of lines in the file.
 
<syntaxhighlight lang="rexx"></syntaxhighlight>
{{out|output|text=&nbsp; when using the input of: &nbsp; &nbsp; <tt> 123456.TXT </tt>}}
<pre>
10,333

edits