🌈 搜索
📅  最后修改于: 2022-03-11 14:55:38.690000             🧑  作者: Mango
if x < y println("x is less than y") elseif x > y println("x is greater than y") else println("x is equal to y") end