Re: loop do .. until end loop is surely incorrect!
- Posted by petelomax Feb 27, 2011
- 1547 views
bill said...
bill said...
I believe the second implementation of find_all is better than the first, because:
- A 'while TRUE' to loop does not document a termination condition and seems to imply an infinite loop.
However, eg while from>0 with entry do is far worse as it strongly implies the loop will not be iterated at all if from is <=0 at the start.
Regards,
Pete
PS Not entirely sure who is talking to who here