Create a new command in the Tcl interpreter.
The name of the new command.
A function pointer to the new command.
Extra data to be passed to the command on invocation.
The procedure to run when deleteCommand is called.
A command token that can be used to refer to the command created.
See Implementation
Create a new command in the Tcl interpreter.