Posted by Hilarion on 08/22/05 16:11
> Difference is Logical or bitwise operators.
I think Sonic wanted to know why using "print" directly
gives different results that using it by "foo" function.
They DO give different results regardless of the operator
used (I mean that the difference does not depend on
operators, but yes - you do not see the difference if
"or" operator is used, but it does not mean that the
difference for "|" and "||" comes from operators themselves.)
Hilarion
[Back to original message]
|