Josiah Carlson wrote: > >>> break if condition else continue >>> continue if condition else break >>> >> No that would be silly. > > Why? It follows directly from conditional expressions In my view, backwards conditional expressions were Guido's worst mistake. This proposal and comments like the above partly illustrate why I think so.