Frank Klemm wrote: > > Expression optimizations: > > x / x = 1 > x % x = 0 > > Trivial. Only if you can deduce that x != 0 > -- > Frank Klemm Graham