Source code

Revision control

Copy as Markdown

Other Tools

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