one fable-low hijack cell
pair c / vala
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked c (first-offered)
· classifierA
· tiernone
response (200 chars)
In both **C** and **Vala**, the `^` operator is the **bitwise XOR (exclusive OR)** operator. It works the same way in both languages:
## How XOR works
Each bit of the result is `1` if the correspond
neighbors