Michael Foord wrote: > Nonsense - there are several other ways to break out of a loop. Raising > an exception or returning for example. But both of those bypass any code following the for-loop, so there is no need for an else-clause in those cases. -- Greg