aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/macrolibs/vm_library1.vm
blob: 4736c5e63948367ec67d1cb364ee02ead620ac97 (plain)
1
2
3
4
5
6
7
#macro(bar $a)
#if($a)#set($a = $a + $a)$a#end
#end

#macro(foo $a)
#if($a)#set($a = $a + 1)$a#end
#end