??? 02/09/07 20:45 Read: times |
#132428 - Intersting on-topic point Responding to: ???'s previous message |
Patrick De Groote said:
Anyway, come to think of it, your initialisation (and Charles') will run slightly faster than what I made of it, one less time to get through the loop Now that's interesting. In 'C', being a compiled language, one more or less iteration of the loop probably makes little difference. But in QBASIC, being interpreted, it might make a significant difference - as each line has to be re-interpreted on each loop iteration. Maybe Charles or someone more familiar with QBASIC could comment on whether this is real, or just my imagination... |