lua-users home
lua-l archive

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


From: "DarkGod" <darkgod@t-o-m-e.net>
I, too, have trouble understanding why nil ~= false ?

It's not hard to understand that. This is perfectly orthogonal. Values of different types are always different. The question is different: If you have two logically false values of different types, then why not have one for each type.

Alen