Enum tcl::interpreter::ByteCompile [] [src]

pub enum ByteCompile {
    Compile,
    Direct,
}

Should we byte compile a command

Variants

Compile the command into bytecode

Do not compile the command into bytecode