Manpages

______________________________________________________________________________

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