rename(1,2,n)(n) Tcl Built-In Commands rename(1,2,n)(n) NAME rename(1,2,n) - Rename or delete a command SYNOPSIS rename(1,2,n) oldName newName DESCRIPTION Rename the command that used to be called oldName so that it is now called newName. If newName is an empty string(3,n) then oldName is deleted. oldName and newName may include namespace qualifiers (names of contain- ing namespaces). If a command is renamed into a different namespace, future invocations of it will execute in(1,8) the new namespace. The rename(1,2,n) command returns an empty string(3,n) as result. SEE ALSO namespace(n), proc(5,n)(n) KEYWORDS command, delete, namespace, rename(1,2,n) Tcl rename(1,2,n)(n)