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