Create a new command in the Tcl interpreter.
Delete a command in the Tcl interpreter.
Delete a variable from the interpreter.
Escape harmful characters in arguments that are to be used in a script.
Escape harmful characters in the passed argument that is to be used in a script.
Evaluate a script fragment using the interpreter.
Get the result string from the interpreter.
Get the value of a variable.
Set the result of the interpreter. This is sometimes used to set the result to an error if things go bad.
Set the value of a variable. If the variable doesn't exist it is created.
Get an instance of this class.
Simple wrapper for the Tcl interpreter.