// version 1.1.2 fun main(args: Array) { 3.let { println(it) println(it * it) println(Math.sqrt(it.toDouble())) } }