exit.n

来自「tcl是工具命令语言」· N 代码 · 共 32 行

N
32
字号
'\"'\" Copyright (c) 1993 The Regents of the University of California.'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\" '\" RCS: @(#) $Id: exit.n,v 1.3 2000/09/07 14:27:47 poenitz Exp $'\" .so man.macros.TH exit n "" Tcl "Tcl Built-In Commands".BS'\" Note:  do not modify the .SH NAME line immediately below!.SH NAMEexit \- End the application.SH SYNOPSIS\fBexit \fR?\fIreturnCode\fR?.BE.SH DESCRIPTION.PPTerminate the process, returning \fIreturnCode\fR to thesystem as the exit status.If \fIreturnCode\fR isn't specified then it defaultsto 0..SH "SEE ALSO"exec(n), tclvars(n).SH KEYWORDSexit, process

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?