- Introduction
- Platform
- Tutorial
- Language reference
- Verbs
- Iterators
- Queries
- Standard library
- Dynamic parsers
- Language idioms
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
- FAQ
exit
Terminates current process with the specified exit code.
Syntax: exit x; exit[x]
OLOG=warn tachyon -c 4 -f repl
o)exit 10
ERROR tachyon > tachyon didn't exit successfully: UserError(10)