That code doesn't work properly in parenscript, btw. It does not decrement. (function () { var collect66 = []; for (var num = 10; num <= 1; num += 1) { collect66['push'](num); }; return collect66; })();