Largest int from concatenated ints: Difference between revisions

m
no edit summary
m (→‎{{header|Perl 6}}: Generalize a bit. Was not incorrect but is now more liberal.)
mNo edit summary
Line 64:
Print_Sorted((54, 546, 548, 60));
end Largest_Int_From_List;</lang>
 
=={{header|Aime}}==
<lang aime></lang>
works for input up to 999999999.
{{Out}}
<pre></pre>
 
=={{header|ALGOL 68}}==
Anonymous user