|
|
||
|
Am 31.03.2014 17:26 schröbte Dirk Laurie:
The manual says:
3.4.8 – Precedence
Operator precedence in Lua follows the table below, from lower to
higher priority:
or
and
< > <= >= ~= ==
..
+ -
* / // %
not # - (unary)
^
The new bit operators are not in here.
See here[1]. [1]: http://lua-users.org/lists/lua-l/2014-03/msg00632.html Philipp