tkd v1.1.3 (2015-02-23T19:52:00Z)
Home
Dub
Repo
Tcl.deleteCommand
tkd
interpreter
tcl
Tcl
Delete a command in the Tcl interpreter.
class
Tcl
void
deleteCommand
(
string
name
)
Parameters
name
string
The name of the command to delete.
Meta
Source
See Implementation
tkd
interpreter
tcl
Tcl
constructors
this
destructors
~this
functions
createCommand
deleteCommand
deleteVariable
escape
eval
getResult
getVariable
setResult
setVariable
static functions
getInstance
variables
_interpreter
_log
Delete a command in the Tcl interpreter.