lua-users home
lua-l archive

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


Am 05.04.2011 20:19, schrieb Ed:
On 04/04/11 22:25, Frank Meier-Dörnberg wrote:
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] = ...

I think you should not use this in real program ;)



?
:-\