On 25 March 2013 15:06, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>   Reorder conditions that are written backwards

Backwards according to what?

If you were explaining it to someone, which would you say:

     If i is greater than zero and less than N

or

     If zero is less than i, and i is less than N


-- René