- Introduction
- Platform
- Tutorial
- FAQ
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
Bitwise XOR (bxor)
Syntax: x bxor y; bxor[x;y]
o)10 bxor 12
6
o)
Explanation:
1010
XOR 1100
====
0110