exit.3tcl

Langue: en

Version: 285656 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)


 

NAME

exit - End the application

SYNOPSIS

exit ?returnCode?
 

 
 

DESCRIPTION

Terminate the process, returning returnCode to the system as the exit status. If returnCode isn't specified then it defaults to 0.

SEE ALSO

exec(3tcl), tclvars(3tcl)

KEYWORDS

exit, process