RosettaCodeData/Task/Sort-an-integer-array/Inform-7/sort-an-integer-array.inf

3 lines
35 B
INI
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
let L be {5, 4, 7, 1, 18};
sort L;