in reply to RE: RE: why does a for loop parse like this?
in thread why does a for loop parse like this?
The reason why "for" is handled by rewriting it to a "while" construct: well, reuse, I guess. Since all loops are in essence equivalent, you choose one which is easy to implement and transform the others on the fly. Compiler gurus, your call ;-)
Andreas
|
|---|