📜  不等于; robloc - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:57.877000             🧑  作者: Mango

代码示例1
if x ~= y then
    print("x does not equal y")
end