lua-users home
lua-l archive

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


Am 04.04.2011 18:57, schrieb Ed:

Does anyone uses "table-as-key"?
as a singelton:
uniquekey = {}
anotheruniquekey = {}

and later in the code:
map[uniquekey] = ...