mirror of https://github.com/t1meshift/js.git
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
|
for (let a = 0; a < b; ++a) c++;
|
||
|
for (;b > c; --b) {a = b/c}
|
||
|
|
||
|
for (;;) {}
|