Tcl.deleteCommand

Delete a command in the Tcl interpreter.

class Tcl
void
deleteCommand
(
string name
)

Parameters

name string

The name of the command to delete.

Meta