|
On 11 January 2011 23:21, Mike Pall <mikelu-1101@mike.de> wrote: > LuaJIT git HEAD already has 64 bit literals and arithmetic Out of curiosity, do you intend these 64-bit numbers to be "first class" numbers: local x = 10LL local t = { [x] = "foo" } Vaughan