Enum tcl::interpreter::EvalScope
[-] [+]
[src]
pub enum EvalScope {
Local,
Global,
}Which scope to evaluate a command in
Variants
Local | Evaluate a command at the current scope |
Global | Evaluate a command at the highest-possible scope |