tkd ~master (2022-06-10T02:39:18.8116331)
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.