Enum tcl::interpreter::GetVariableScope [] [src]

pub enum GetVariableScope {
    Standard,
    GlobalOnly,
}

When getting variables, which scope to look in

Variants

Get the variable at the current scope

Get the variable at global scope, ignoring others