📅  最后修改于: 2022-03-11 14:54:53.942000             🧑  作者: Mango
-- less than or equal to operator
if A <= B then
print("A is smaller than B")
end
-- other operators include:
-- == (equal to)
-- ~= (not equal to)