[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: boolean operators
- From: roberto@... (Roberto Ierusalimschy)
- Date: Wed, 20 Sep 2006 17:51:46 -0300
> Actually, I think he was just talking about needing to use 'and', 'or' and
> 'not' instead of '&&', '||', and '!' --- Lua *has* boolean operators.
>
> But I think you were talking about logical operators, which stock Lua doesn't
> have, [...]
Sure. Sorry about the confusion. (I should call them bitwise operators.)
-- Roberto