pascalabcnet/_Presentations/2015 New Features/Programs/09_0_DynArr_Methods2.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

4 lines
86 B
ObjectPascal

begin
var a := SeqRandom(10,1,10);
a.Println.Sorted.Println.Distinct.Println;
end.