function foo(a, b) { let x = []; let y = []; a |> x.push(%); b |> y.push(%); }