EXIT
Exit the current program with traceback
WSupported on Windows
|
USupported on Unix
|
VSupported on OpenVMS
|
|
EXIT
Discussion
The EXIT command exits the current program with traceback information and returns you to the operating system prompt. On exit, all FINALLY blocks and object destructors are called before the runtime exits. Any breakpoints in these code sections will operate normally.