[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua on 16-bit MSDOS
- From: "Hugo Etchegoyen" <hetchegoyen@...>
- Date: Tue, 28 Mar 2006 11:23:51 -0300
Thank you, Greg. It works perfectly now. Maybe I'm repeating myself, but I had a crash and I don't know if the previous message got out. I hadn't looked in the obvious place -- the bugs list.
HE
*********** REPLY SEPARATOR ***********
On 27/03/06 at 16:32 Greg Falcon wrote:
>On 3/27/06, Hugo Etchegoyen <hetchegoyen@hasar.com> wrote:
>> > print(nil or 0)
>> 2.2968702947708e-180
>>
>> > print(false or 1234.5678)
>> 2.2968702947708e-180
>
>This is a known bug; a patch is available here:
>http://www.lua.org/bugs.html
>
>Greg F