Quote:

oh, and for kixtart OR and | are exactly the same thing.




No, they are very definately different. One is a logical operator, the other a bitwise operator.

Logical operators can only deal with true and false inputs.