[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Empty? No. Array? No. Has? Yes.
- From: Miles Bader <miles@...>
- Date: Sun, 07 Jul 2013 09:26:15 +0900
Sean Conner <sean@conman.org> writes:
> Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio
>> x = 0/0
>> print(string.format("one %d two",x))
> one -2147483648 two
Lua 5.2 seems to signal an error in this case...
-miles
--
Un-American, adj. Wicked, intolerable, heathenish.
- References:
- Re: Empty? No. Array? No. Has? Yes., Jay Carlson
- Re: Empty? No. Array? No. Has? Yes., Mark Hamburg
- Re: Empty? No. Array? No. Has? Yes., Andrew Starks
- Re: Empty? No. Array? No. Has? Yes., Tim Hill
- Re: Empty? No. Array? No. Has? Yes., Andrew Starks
- Re: Empty? No. Array? No. Has? Yes., Tim Hill
- Re: Empty? No. Array? No. Has? Yes., Andrew Starks
- Re: Empty? No. Array? No. Has? Yes., Rena
- Re: Empty? No. Array? No. Has? Yes., Jorge
- Re: Empty? No. Array? No. Has? Yes., Jose Torre-Bueno
- Re: Empty? No. Array? No. Has? Yes., Sean Conner