k-e-n wrote:
> Also as I mention in the list below it is simply not good practice to
> mix Bitwise and Boolean operators in the same expression, just because
> you can, does not mean you should.
The test should reflect the functionality you want. If the functionality
requires mixing shortcircuit and non-shortcircuit operators, then there
is not much to do about it.
Arne