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