- Introduction
- Platform
- Tutorial
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Language idioms
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
- FAQ
Monadic return
Early return from a function
Syntax: return <x>
; return[<x>]
; :<x>
o){return 1;2}[]
1
o)