Purpose
Changes the name of a variable.
Syntax
RENAME oldname newname @
Arguments and Subcommands
oldname
The current name of the variable.
newname
The new name of the variable.
Example
To rename the variable dose as catdose:
RENAME dose catdose @