program test()
var b := { 1, 4, 6, 3, 7, 12, 72, 3 };
print( b );
b.sort();
endprogram
/**** Expected Output Begins: *****
(no)
***** Expected Output Ends ****/