>Ahum. > foo = a+++b; >vs. > foo = a+ ++b; Of course you could write: foo = ++a+++++b++; and confuse a lot of people (and compilers!) Kevin