[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Custom "comparison for equality" in Lua ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 3 Jan 2003 09:12:53 -0200
>In Lua 4 there is no tagmethod to redefine ~= or ==.
In Lua 5.0, there is a __eq metamethod.
--lhf