Terminate kdb+

exit x    exit[x]

where x is a positive integer, terminates the kdb+ process with x as the exit code.

q)exit 0        / typical successful exit status
..

q)exit 42
$ echo $?
42