- 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 <> (not equal)
Rеturns 1b
whеre x
and y
or their elements are not equal.
Syntax: <x> <> <y>
; <>[<x>; <y>]
o)1<>2
1b
o)
o)1<>1
0b
o)1 0<>0 1
11b
o)1 0 <> 1
01b
o)(1; 2 3)<>(1 3;2)
01b
01b
o)