Largest int from concatenated ints: Difference between revisions

m
→‎{{header|REXX}}: added comment in the REXX section header. -- ~~~~
(+ D entry)
m (→‎{{header|REXX}}: added comment in the REXX section header. -- ~~~~)
Line 270:
 
=={{header|REXX}}==
The algorithm used is based on exact comparisons (left to right) with right digit fill of the left digit.
<lang rexx>/*REXX pgm constructs largest integer from a list using concatenation.*/
@. =