+ 1
^ operator
Sorry but I don't understand what mean" ^" operator..thx for the answer.
2 Answers
+ 1
Its exclusive or operator.
There is a truth table for boolean algebra and gates like these. You should check out them. And there are lessons on bitwise operators in SL you can check em out now.
You need to know about AND,OR,NOT gates to understand ^ operator.
+ 1
It's the bitwise "OR"