Source code

Revision control

Copy as Markdown

Other Tools

f = (function*() {
for (x in [arguments, arguments]) yield(gczeal(4, function(){}))
});
for (i of f()) {}