mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
3 lines
130 B
Plaintext
3 lines
130 B
Plaintext
function somefunc(){if (true) // Some comment
|
|
doSomething();for(let n=0;n<500;n++){if(n%2==1){console.log(n);console.log(n+1);}}}
|