fn increment(i) { return i + 1 } xs = [0..2] ys = xs |> map(%, increment) |> map(%, increment)