Skip to content
Feather Programming Language
Main Navigation
Home
Philosophy
Documentation
Appearance
Menu
Return to top
On this page
rename
Rename or delete a command.
Syntax
tcl
rename
oldName newName
Parameters
oldName
: The current name of the command
newName
: The new name for the command (empty string to delete)
Examples
Feather
▶ Run
Output
Clear
See Also
proc
info