4 lines
58 B
Text
4 lines
58 B
Text
|
|
% import sort
|
||
|
|
% println sort({2,4,3,1,2})
|
||
|
|
[1, 2, 2, 3, 4]
|