.ig
Define a macro, then define an alias to it.
The alias should produce the same result as the original macro
..
.de xx
This is a macro.
.br
..
.als yy xx
.xx
.yy
