lua-users home
lua-l archive

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


LA> I dislike the suddenly-popular select( "#", ... ) idiom because it is
LA> uninformative (no selection is made), complicates select with unrelated
LA> behavior, and misappropriates the # symbol.

Given that # is the length operator, perhaps the token #... could be
used for this purpose.

e