fun compute1(): Int = 777 fun main(args: Array){ val a = "a" "a = " + a + ", b = " + (compute1() + 222) + " :)" }