Files
METH_Transcendence/site/node_modules/stats/test/fixtures/while.js
Kum1ta 57c261c689 Site
- starting pong game 3d
2024-07-30 01:08:32 +02:00

9 lines
95 B
JavaScript

out: while (foo) {
if (bar) continue;
break out;
}
do {
console.log(foo);
} while(bar);