lua-users home
lua-l archive

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


On 7 July 2012 10:32, Andrew Starks <andrew.starks@trms.com> wrote:
> I still think that only false should be false. Perhaps having a ?
> operator: myvar?
>
> Or an "exists" keyword
>
> Might as well do it all at once! :)

or myvar ~= false

    henk