exit man page on OpenServer

Man page or keyword search:  
man Server   5388 pages
apropos Keyword Search (all sections)
Output format
OpenServer logo
[printable version]

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

______________________________________________________________________________

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.

EXAMPLE
       Since non-zero exit codes are usually interpreted as error cases by the
       calling	process,  the  exit command is an important part of signalling
       that something fatal has gone wrong.  This code fragment is  useful  in
       scripts to act as a general problem trap:
	      proc main {} {
		  # ... put the real main code in here ...
	      }

	      if {[catch {main} msg]} {
		  puts stderr "unexpected script error: $msg"
		  if {[info exist env(DEBUG)]} {
		      puts stderr "---- BEGIN TRACE ----"
		      puts stderr $errorInfo
		      puts stderr "---- END TRACE ----"
		  }

		  # Reserve code 1 for "expected" error exits...
		  exit 2
	      }

SEE ALSO
       exec(n), tclvars(n)

KEYWORDS
       exit, process

Tcl								       exit(n)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server OpenServer

List of man pages available for OpenServer

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net