运行 ❯
获取
你自己的
网站
×
更改方向
更改主题,深色/浅色
前往 Spaces
fun main() { var x = 5 var y = 3 println(x < y) // returns false because 5 is not less than 3 }
false