JSTQL-JS-Transform/output_testing/458overlapping-scopes-while.js

8 lines
No EOL
111 B
JavaScript

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