Operators Precedence in Lua ... For example, x = 7 + 3 * 2; Here x is assigned 13, not 20 because operator * has higher precedence than + so it first get ...
確定! 回上一頁