lua-users home
lua-l archive

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


> Also: Is there any way to figure that out (e.g. what is the value of
> LUA_INTFRMLEN) from within a plain lua script?

  if (('%d'):format(4095*2^40) == -2147483648) then ...    :)

-- Roberto