Stream merge: Difference between revisions

Content added Content deleted
m (→‎{{header|Perl 6}}: don't assign, bind)
m (→‎REXX version 2: 'and and' -> 'and')
Line 1,585: Line 1,585:


===version 2===
===version 2===
This REXX version reads &nbsp; (in numerical order) &nbsp; ''any'' &nbsp; number of input files in the form of: &nbsp; &nbsp; <big> nnn.TXT </big> &nbsp; &nbsp; and
This REXX version reads &nbsp; (in numerical order) &nbsp; ''any'' &nbsp; number of input files in the form of: &nbsp; &nbsp; <big> nnn.TXT </big> &nbsp; &nbsp;
<br>and stops reading subsequent &nbsp; ''new'' &nbsp; input files when it encounters an input file that doesn't exist &nbsp; (or is empty).
<br>and stops reading subsequent &nbsp; ''new'' &nbsp; input files when it encounters an input file that doesn't exist &nbsp; (or is empty).