You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Philipp Janda edited this page Mar 16, 2015
·
1 revision
lua_arith
Lua 5.3 adds new operators (like integral division and bit operations)
to the language. The compatibility implementation of lua_arith does
not support those new operators and the relevant preprocessor macros
(e.g. LUA_OPIDIV) are left undefined.