JSTQL-JS-Transform/output_testing/500sequence-expression.js

8 lines
152 B
JavaScript
Raw Normal View History

function sequence(props) {
let x = (null, 1 |> Math.max(%, 2), foo());
while (foo(), true) {
x = (foo(), 2);
}
return x;
}
function foo() {}