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