exit(1tcl)
exit --
end the application
Synopsis
exit [returnCode]
Description
Terminates the process, returning returnCode to the
system as the exit status.
If returnCode isn't specified then it defaults
to 0.
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.