michael@0: // Generated by CoffeeScript 1.6.1 michael@0: (function() { michael@0: var first, foo, second, third, _ref; michael@0: michael@0: foo = function(n) { michael@0: var i, _i; michael@0: for (i = _i = 0; 0 <= n ? _i < n : _i > n; i = 0 <= n ? ++_i : --_i) { michael@0: return "foo" + i; michael@0: } michael@0: }; michael@0: michael@0: _ref = foo(3), first = _ref[0], second = _ref[1], third = _ref[2]; michael@0: michael@0: debugger; michael@0: michael@0: }).call(this);