Source code

Revision control

Copy as Markdown

Other Tools

var f = function(){ var arguments = 3; for (var j=0;j<4;++j) print(arguments); };
f();