- Introduction
- Platform
- Tutorial
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Language idioms
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
- FAQ
Dyadic = (equal)
Rеturns 1b
whеre 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)