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