JSTQL-JS-Transform/out.js

3 lines
147 B
JavaScript
Raw Normal View History

2024-06-13 18:23:15 +00:00
let something = Iterator.from([1, 2, 3]);
let someOtherThing = Iterator.from([4, 5, 6]);
let generate = Iterator.concat(something, someOtherThing);