Daz
Results
2
comments of
Daz
trafficstars
How does it handle nested loops that use the same variable name? Are they scoped properly? ```c for (int x = 0; x < 100; x++) { for (int x...
Kind of confusing visually with constants already using underscores as separator