Enum tcl::interpreter::ByteCompile
[−]
[src]
pub enum ByteCompile {
Compile,
Direct,
}Should we byte compile a command
Variants
CompileCompile the command into bytecode
DirectDo not compile the command into bytecode