Largest int from concatenated ints: Difference between revisions

m
→‎{{header|REXX}}: added whitespace to a comment.
m (→‎{{header|REXX}}: added a comment.)
m (→‎{{header|REXX}}: added whitespace to a comment.)
Line 1,432:
<br>This allows the integers to be of any size.
 
This REXX version works with any integer &nbsp; (negative, zero, positive), &nbsp; and does some basic error checking to
<br>verify that the numbers are indeed integers &nbsp; (and it also normalizes the integers).
<lang rexx>/*REXX program constructs the largest integer from a list using concatenation. */