michael@0: function foo() { michael@0: let (x=arguments) { michael@0: return function() { return x; }; michael@0: } michael@0: } michael@0: foo()();