Skip to content
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.

Clone this wiki locally