5 This template is used for Velocity regression testing.
6 If you alter this template make sure you change the
7 corresponding comparison file so that the regression
8 test doesn't fail incorrectly.
25 And the whole thing again with inline set statements
28 #set( $foo = $foo + 1)
31 #set ( $foo = $foo - 1 )
34 #set( $foo = $foo * 2)
37 #set ($foo = $foo / 2)