Run »
fun main() { if (20 > 18) { println("20 is greater than 18") } }
20 is greater than 18