John Smith
john@example.com
fn increment(@i) {
return i + 1
}
xs = [0..2]
ys = xs
|> map(f = increment)