- Introduction
- Platform
- Tutorial
- FAQ
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
Dyadic = (equal)
Returns 1b
where x
and y
or their elements are equal. Fully atomic.
Syntax: x=y; =[x;y]
o)1 0 3 = 1 2 3
101b
o)(1;2 0)=(3 1;0)
01b
01b
o)
o)10:00:00=10:00:01
0b
o)