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

2 lines
12 B
Raku
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
@a .= sort;