RosettaCodeData/Task/Sort-an-integer-array/Perl-6/sort-an-integer-array-2.pl6

2 lines
26 B
Raku
Raw Normal View History

2013-04-11 01:07:29 -07:00
my @sorted = sort +*, @a;