lua-users home
lua-l archive

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


>But today was the first time that I found I needed to test for the opposite
>case-- that of t.whatever not existing.  It's then I realized that Lua
>doesn't have a logical "not".
>

Lua does have a logical not...

>From the manual (section 4.6.4 - Logical Operators)

"The logical operators are 

             and   or   not "

[]s,
Carlos Augusto.