3 lines
88 B
Text
3 lines
88 B
Text
a:=T(4,5,2,6); b:=a.sort();
|
|
b.println(); //--> L(2,4,5,6)
|
|
a.println(); //--> L(4,5,2,6)
|