lua-users home
lua-l archive

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


On Sun, Jul 12, 2015 at 10:19 AM, Soni L. <fakedme@gmail.com> wrote:
> Why not check both metamethods (if they're different), and `and` their
> results? `A.__eq(...) and B.__eq(...)`

If I want that behavior, I can implement it (or equivalent) myself
without any changes to Lua.

-Parke