lua-users home
lua-l archive

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


in above example and no truncation of the number of results is
indicated.

When you place seemingly-redundant parentheses around a function call,
as in this line:

    return (h(table, key))

...this does indeed truncate the results to one value.

-Duncan

Oh! Thank you. So it's not a bug. Too bad.

Still, if it is just a line to kill somewhere that does this
truncation, then I'd suggest to kill this line.