Run »
fun main() { println(10 > 9) // Returns true, because 10 is greater than 9 }
true