[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: metatables and == nil
- From: "szbnwer@..." <szbnwer@...>
- Date: Fri, 30 Jun 2017 03:51:55 +0200
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