global.n

来自「linux系统下的音频通信」· N 代码 · 共 36 行

N
36
字号
'\"'\" Copyright (c) 1993 The Regents of the University of California.'\" Copyright (c) 1994-1997 Sun Microsystems, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\" '\" SCCS: @(#) global.n 1.6 97/05/18 15:23:09'\" .so man.macros.TH global n "" Tcl "Tcl Built-In Commands".BS'\" Note:  do not modify the .SH NAME line immediately below!.SH NAMEglobal \- Access global variables.SH SYNOPSIS\fBglobal \fIvarname \fR?\fIvarname ...\fR?.BE.SH DESCRIPTION.PPThis command is ignored unless a Tcl procedure is being interpreted.If so then it declares the given \fIvarname\fR's to be global variablesrather than local ones.Global variables are variables in the global namespace.For the duration of the current procedure(and only while executing in the current procedure),any reference to any of the \fIvarname\fRswill refer to the global variable by the same name..SH "SEE ALSO"namespace(n), variable(n).SH KEYWORDSglobal, namespace, procedure, variable

⌨️ 快捷键说明

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