I'm trying to write "global" for tcl, and trying to pull out a variable from the outermost pad, and failing to find it.
Globals aren't stored in the lexical pads--there are find_global and store_global ops (see var.ops)--is that what you are looking for?
JEff