lua-users home
lua-l archive

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


Hi all,

-- print biggest 8 integers on Lua 5.3.4
for i = 0x7FFFFFFFFFFFFFF8,0x7FFFFFFFFFFFFFFF do
  print(i)
end

All of you got 8 numbers? Yeah, I'm sure Lua 5.3.4 works fine. Nothing to see here.

--
Cheers,
Kein-Hong Man (esq.)
Selangor, Malaysia