Enum tcl::interpreter::EvalScope [] [src]

pub enum EvalScope {
    Local,
    Global,
}

Which scope to evaluate a command in

Variants

Evaluate a command at the current scope

Evaluate a command at the highest-possible scope