Enum tcl::interpreter::GetVariableScope
[-] [+]
[src]
pub enum GetVariableScope { Standard, GlobalOnly, }
When getting variables, which scope to look in
Variants
Standard | Get the variable at the current scope |
GlobalOnly | Get the variable at global scope, ignoring others |