[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug with logical operator or misunderstanding?
- From: Alex Bradbury <asb@...>
- Date: Thu, 20 Jan 2011 18:29:20 +0000
On 20 January 2011 16:11, Philipp Janda <siffiejoe@gmx.net> wrote:
> Am 20.01.2011 16:45, schrieb Michal Kottman:
>> On Thu, 2011-01-20 at 10:37 -0500, Thierry Van Elsuwe wrote:
>>>
>>> [...]
>>>
>>> Is this a bug, or can someone can explain me why we have 1 instead of
>>> true?
>>
>> I guess this is a known bug - http://www.lua.org/bugs.html#5.1.4-3 .
>>
>
> Probably, but the given patch does not work for this case.
LuaJIT 2 HEAD also gives:
true
1
true
Alex