- 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 exit
Termіnates 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)