Source code
Revision control
Copy as Markdown
Other Tools
function * f() {
yield arguments;
yield arguments;
yield arguments;
}
for (x of f()) {
relazifyFunctions();
}
function * f() {
yield arguments;
yield arguments;
yield arguments;
}
for (x of f()) {
relazifyFunctions();
}