blocks
loops.md
Loops
for(let i = 0;i<5;i++) {} while(true) {} basic.forever(() => {});
Edit this page on GitHub