lua-users home
lua-l archive

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


On 7 July 2012 10:22, Andrew Starks <andrew.starks@trms.com> wrote:
> I think that all coercion should be out of the language, including the
> coercion of nil to false.

There is no coercion of nil to false, just like there is no coercion
of "everything else" to true.

    henk