import "listUtil" sq = function (x) return x * x end function arr = range(1, 10) arr.apply(@sq) print(arr)