On Tuesday 29 May 2001 22:57, Mike Orr wrote:
> > On Tuesday 29 May 2001 22:07, Ian Bicking wrote:
> > I meant the ## comments in TemplateServer rather than
> > those Python.  Anyway, I think I also prefer sticking
> > with # for everything except for $placeholders.  It's
> > consistent and it definitely is readable.
>
> I was mainly thinking of cases where the template
> includes program listing fragments.  In that case,
> distinguishing comment #s from macro/command #s can be
> more difficult.

In that case you could use 
#verbatim
a Python code example:
if 1: #a comment
    pass
#/verbatim

Note that TemplateServer only processes #[text] as 
a macro or directive if the [text] matches the name
of a macro or a directive.

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to