lua-users home
lua-l archive

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


> The documentation for table.sort says "table[1] to table[#list]" when
> it should say "list[1] to list[#list]". I'd also question whether "not
> comp(a[i+1],a[i])" should use "list" rather than "a".

It should. Thanks (again).

-- Roberto