lua-users home
lua-l archive

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


> 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