[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: undefined conversion for numeric indexes
- From: Luiz Henrique de Figueiredo <lhf>
- Date: Tue, 18 Jun 2002 11:02:19 -0300
>In my lua 4.0 the following code crashes (with a floating point exception):
>
>a={}
>a[2^31+1]=1
What platform? It works ok in our Linux machines.
Have you tried 5.0w0?
--lhf