2 lines
89 B
Text
2 lines
89 B
Text
fcn sortByColumn(list,col)
|
|
{ list.sort('wrap(city1,city2){ city1[col]<city2[col] }) }
|