lua-users home
lua-l archive

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


> So is sometable._ALLCAPS against the convention or not?

It seems clear (to me, at least) that Lua does not interfere with what
you do with your own tables. The Lua convention refers only to its
own tables (the global environment and the registry).

-- Roberto