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