.ig
Define a macro that creates an alias to itself, then redefines itself
as a string, then invokes the alias.
..
.de xx
.als yy xx
This is macro xx.
.br
.ds xx This is string xx.
\\*(yy
..
.xx
