Hello together,

I found a problem with the operator not:

? 1 and 0 --> 0
? not 0 and not 1 --> 1 !!!!!!!!!
? (not 0) and (not 1) --> 0

Shouldn't the second and third example give the same result? The precedence of the operator "not" is higher than "and".

Is this a bug or am I wrong?

Bye
Manfred Ernst

(MCA: complete subject)

[ 20 June 2002, 10:55: Message edited by: MCA ]