RosettaCodeData/Task/Sort-an-integer-array/Inform-7/sort-an-integer-array.inf
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

2 lines
35 B
INI

let L be {5, 4, 7, 1, 18};
sort L;