lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>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