.ig
A macro that removes itself, then tries to print the name under
which it was invoked (this should work).
..
.cp 0
.de xx
.rm xx
Macro name is (should print "xx"): \\$0
..
.xx
