Source code

Revision control

Copy as Markdown

Other Tools

function f(x) {
x = x + 1;
return x;
}
assertEq(f(3), 4)