lua-users home
lua-l archive

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


On 14 March 2011 08:44, 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?
>

not not (complex_condition)


Daurn.