If I define a macro like this:
!define mymacro something ' My comment
The comment is included in the macro, this means that this code:
!define mymacro something ' My commentmymacro
mymacro
Results in "something ' My comment"
(--------)