From: Lie Ryan on
On 12/19/2009 12:56 PM, Steven D'Aprano wrote:
> As far as I know, no programming language provides a standard facility
> for renaming entities, be they data or routines:

The C-preprocessor does to C/C++, in a limited fashion.