(function(){ var square = function(x) { return x * x; }; })();