'''info globals''' ''?pattern?'' If ''pattern'' isn't specified, returns a list of all the names of currently-defined global variables. Global variables are variables in the global namespace. If ''pattern'' is specified, only those names matching ''pattern'' are returned. Matching is determined using the same rules as for [string match]. ---- See also: * [info] ---- [Category Command] - [Tcl syntax help]