|
|
|
|
|
by Traster
2434 days ago
|
|
The key is that for loops are essentially pre-processor macros (like C) so they must have a fixed number of iterations known at compile time. So yes, you have a for loop, but it's very different to what you expect from a for loop in software. |
|