Source code

Revision control

Copy as Markdown

Other Tools

for(var i=0; i<20; i++) {
function f(){};
x = -1;
x = x % 1;
assertEq(x, -0);
}