Re: Array Logical Operators
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Array Logical Operators
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2011年10月21日 16:02:34 +0200
2011年10月21日 Antonio Scuri <scuri@tecgraf.puc-rio.br>:
> So, wouldn’t be interesting to Lua to have metamethods for Logical operators too?
>
>From the Lua 5.2 manual (but I think it is older than that):
"eq": the == operation. The function _getequalhandler_ defines how Lua
chooses a metamethod for equality. A metamethod is selected only when
both values being compared have the same type and the same metamethod
for the selected operation.
Also "le" and "lt".
It is a rare pleasure to be able to assist someone with an e-mail
address like yours :-)
Dirk