Enum tcl::interpreter::SetVariableScope
[−]
[src]
pub enum SetVariableScope {
Standard,
GlobalOnly,
NamespaceOnly,
}When setting variables, which scope to look in
Variants
StandardSet the variable at the current scope
GlobalOnlySet the variable at global scope
NamespaceOnlySet the variable at namespace scope