lua-users home
lua-l archive

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


> I take it your saying false would be another name for nil?  Would false==nil
> be true?

As I said, this is a discussion for 4.1 beta. But what we are trying to
avoid is exactly the equality false=nil (so that you can distinguish between
false and uninitialized values).

-- Roberto