lua-users home
lua-l archive

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


> I can't imagine a system in which nil ISN'T falsy...

In the HOPL paper we say that, if things were different, using nil
in a logical expression should probably raise an error, just like in
arithmetic expressions.