fun f(x:Int):Int = x*x (1..4).map(::f)
# getting-started
s
fun f(x:Int):Int = x*x (1..4).map(::f)