Largest int from concatenated ints: Difference between revisions

Content deleted Content added
+ D entry
m →‎{{header|REXX}}: added comment in the REXX section header. -- ~~~~
Line 270: Line 270:


=={{header|REXX}}==
=={{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.*/
<lang rexx>/*REXX pgm constructs largest integer from a list using concatenation.*/
@. =
@. =