Source code
Revision control
Copy as Markdown
Other Tools
function f() {
var x = undefined ? 1 : 4294967295;
print(false || x);
}
f();
function f() {
var x = undefined ? 1 : 4294967295;
print(false || x);
}
f();