lua-users home
lua-l archive

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


On Sun, Mar 13, 2011 at 11:44 PM, Andre Naef <andre@naef.com> wrote:

> <commplex_condition> must be forced into boolean domain (true, false), as this is required for further processing by the program. Is there a more elegant way to do this?
>

In C/C++ I would write !!condition. In  Lua "not not condition" ?


   Eero