Source code

Revision control

Copy as Markdown

Other Tools

function f(x) {
x = 2 ^ x++;
if (x) {}
}
f(1.1);