|
Roberto Ierusalimschy wrote:
Sam Roberts wrote:Other than lua doesn't have the C boolean operators (&&, ||, !), which I keep forgetting [...]May I ask you (and others) why you need boolean operators in Lua? (This is not a rhetorical question. I really want to know what uses boolean operators may have in Lua.) -- Roberto
Doesn't Lua already have boolean operators? (and, or, not) Brian