#what does ^ mean in this

5 messages · Page 1 of 1 (latest)

vale spire
#

(A ^ B) && C

high hound
#

bitwise XOR

#

At least that's what I found after a quick google search

feral tide
#

Yup you're right

#

Well simply said it works on bites (0 and 1) and it returns 1 if both bits are different