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