Example 1: lua not equal local state = false if state ~= true then print("No") else print("Yes") end Example 2: less than or equal to lua -- less than or ...
確定! 回上一頁