lua-users home
lua-l archive

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


> boolean type, but that is for beta (the only question for alpha is whether
> we should put "true" and "false" as reserved words??).

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

Or are you suggesting two canonical boolean values such that 1==1 returns
the true object and nil~=false?

Having some appropriate definition, whatever it is, of true and false in the
language would help code clarity I think.

Russ