Operator precedence in Lua follows the table below, from the higher to the lower priority: ^ not # - (unary) * / % + - .. < > <= >= ~= == and or All binary ...
確定! 回上一頁