lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


hi Luiz

On Wed, Feb 24, 2010 at 1:14 AM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> can anyone explain me how to sort a table whose keys are strings using a
>> custom sorting function ?
> What do you expect from a sorted table with string keys?
> That pairs will list the entries in order?

I was expecting pairs sorted according to the specified sorting
function, if given.