Run »
fun main() { println(10 == 15); // Returns false, because 10 is not equal to 15 }
true