rename(n) Tcl Built-In Commands rename(n)
_________________________________________________________________
NAME
rename - Rename or delete a command
SYNOPSIS
rename 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
then oldName is deleted. The rename command returns an
empty string as result.
KEYWORDS
command, delete, rename
Tcl 1