[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: about Lua 4.1 alpha
- From: "Russell Y. Webb" <rw20@...>
- Date: Wed, 27 Jun 2001 08:27:24 -0700
> 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