tkd v1.1.12 (2019-05-05T19:58:54Z)
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.