lua-users home
lua-l archive

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


On 11 January 2011 23:21, Mike Pall <[email protected]> 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