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