Tcl7.6 User Commands Man Page -- rename (n)
Table of Contents


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


Table of Contents