Since it returns a Boolean value you can invert it with "not" or you can use the not equals operator, ~=. They're equivalent. if not x == 5 then.
確定! 回上一頁