lua-users home
lua-l archive

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


if you stick to the == operator, then maybe you can use a table as
NULL={} with a metatable, or a userdata, maybe even with a NULL
pointer, but ive got no idea if these could work or not, because ive
never played with metatables and userdata... just i think if these can
work, then these could be good ways to go if there isnt a better one