- 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 < (less than) and <= (up to)
Rеturns 1b
whеre x
is less than (or up to) y
. Fully atomic.
Syntax: <x> < <y>
; <x> <= <y>
; <[<x>; <y>]
; <=[<x>; <y>]
o)1 0 3<1
010b
o)10 20 30<=20 20 20
110b
o)(0;5 1)>(2 -2;3)
01b
10b
o)0.5>0 1 2 3f
1000b
o)