RosettaCodeData/Task/Sort-stability/Zkl/sort-stability-1.zkl

3 lines
89 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
fcn sortByColumn(list,col)
{ list.sort('wrap(city1,city2){ city1[col]<city2[col] }) }