Run »
fun main() { var x = 5 var y = 3 println(x != y) // returns true because 5 is not equal to 3 }
true