1 2 3 4 5
(function(start, stop, step) { stop = start; step = arguments[2]; assertEq(stop, true); })(true);