On Tuesday 29 May 2001 22:49, Ian Bicking wrote:
> Tavis Rudd <[EMAIL PROTECTED]> wrote:
> Well, if ## comments seem odd, how about:
> #comment <commented text>
too much to type. I like ## because it makes escaping 
#directives dead simple and it allows you to use decorative
comments like 
##################
or 
##==============
to mark chunks of your templates.

> That's easy, easy to read, and doesn't propogate funny
> symbols.  I think I considerably prefer it to ##,
> especially since I prefer # as a terminator too, since
> that feels balanced to me.
## comes from Velocity as well.  #comment is symmetrical
with the other directives, however.  But as # is a comment
in Python you could say that ## is a synonym for #comment ;)

Tavis

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

Reply via email to