I committed two changes that I think need community review. (Well, the second does).

The first is that you can use newlines in directives

#foreach($foo
in
$bar)

or

#macro(
         foo
         $a
         $b
     )

etc.

The second, which I think we should agree on, is to use '+' as the string concatenation operator, so you can :

#set($longstring = "this is a long "
       + "string that you can do over "
       + "multiple lines")

Comments?

--
Geir Magnusson Jr 203-247-1713(m)
[EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to