Source code

Revision control

Copy as Markdown

Other Tools

function * f() {
yield arguments;
yield arguments;
yield arguments;
}
for (x of f()) {
relazifyFunctions();
}