lua-users home
lua-l archive

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


On 29/07/2011 10.57, Xavier Wang wrote:
[..]

I used Win7 and Lua-5.2.0-beta (not rc), this is result:

Just to be clear, I should have pointed out that 5.2.0-beta-rc7 and 5.2.0-beta are exactly the same; rc7 was frozen and became "the beta".

D:\Work\Source\lua-5.2.0-beta\src>lua.exe
Lua 5.2.0 (beta)  Copyright (C) 1994-2011 Lua.org, PUC-Rio
x = 2^31
print(("%.0f %d"):format(x,x))
2147483648 -2147483648





-- Lorenzo