On Fri, 22 Oct 1999 19:37:51 -0500, Steve <[log in to unmask]> wrote:

>Is there a "comment" symbol ( like "//" in c++ ) I can use to comment
>the code out ?

Yes.  As documented in Chap 9, you can use
.* to comment out any single line in *.MAILTPL

and you can use a conditional block for a large segment.
.bb  1=1
things
to
block
out
.eb

Or you can simply edit out the code.