global(3tcl) Tcl Built-In Commands global(3tcl) ______________________________________________________________________________ NAME global - SYNOPSIS global varname ?varname ...? ______________________________________________________________________________ DESCRIPTION Tcl Tcl varname (duration)() varname (refer to) Please note that this is done by creating local variables that are linked to the global variables, and therefore that these variables will be listed by info locals like all other local variables. SEE ALSO namespace(n), upvar(n), variable(n) KEYWORDS global, namespace, procedure, variable [] [] 2001/09/02 Linux man : http://cmpp.linuxforum.net man man https://github.com/man-pages-zh/manpages- zh Tcl global(3tcl)