运行 ❯
获取您的
个人
网站
×
更改方向
更改主题,深色/浅色
转到 Spaces
fun main() { var x = 5 var y = 3 println(x == y) // returns false because 5 is not equal to 3 }
false