exit(n)			     Ck Built-In Commands		       exit(n)



______________________________________________________________________________

NAME
       exit - Exit the process

SYNOPSIS
       exit ?-noclear? ?returnCode?
_________________________________________________________________


DESCRIPTION
       Terminate  the process, returning returnCode (an integer) to the system
       as the exit status.  If returnCode isn't specified then it defaults  to
       0.   This  command  replaces  the  Tcl command by the same name.	 It is
       identical to Tcl's exit command except that before exiting it  destroys
       all  the	 windows  managed by the process.  This allows various cleanup
       operations to be performed, such as restoring the terminal's state  and
       clearing	 the  terminal's  screen.  If the -noclear switch is given, no
       screen clear takes place.


KEYWORDS
       exit, process



Ck				      8.0			       exit(n)
