tkd ~master (2021-10-15T16:37:47Z)
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.