Re: and/or missbehaviour in embedded lua 5.1
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: and/or missbehaviour in embedded lua 5.1
- From: Andreas Stenius <kaos@...>
- Date: 2006年3月16日 20:12:31 +0100
Luiz Henrique de Figueiredo skrev:
Have you tried "make ansi"?
For reference, this is with lua 5.0.2, but otherwise the same
environment/sources..
> =true and 1
1
> =false or 1
1
>