Source code

Revision control

Copy as Markdown

Other Tools

(function() {
for (let x = 0; x < 1; ++x) {
if (x % 6 == 4) {} else {
return;
}
}
})()