Source code

Revision control

Copy as Markdown

Other Tools

ff = (function g() {
for (var i=0; i<15; i++) {}
return g;
});
assertEq(ff(), ff);