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