Ist wie in der Mathematik:
Punktrechnung geht vor Strichrechnung! Also multiplizieren bindet stärker als addieren.
Hier ist das so, dass ein and stärker binded als ein or.
Beispiel:
Code:
a*b + c = a*b + c
a*( b + c ) = a*b + a*c
Code:
a and b or c = a and b or c
a and ( b or c ) = a and b or a and c
cu
Oliver
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)