All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.velocity.ro_notify.includes.macros.include.vm Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
## set your macro here
## example:
## #macro( myFunction $a $b $c)
##  1st argument : $a, 2nd argument : $b and third one is $c
## #end
##
## call your macro with #myFunction("un","dos","three")
#macro (join $elements $do $separator)#foreach($e in $elements)#set($m_0count = $velocityCount - 1)#if ( $velocityCount > 1 )$separator#end#evaluate($do)#end#end
#####################




© 2015 - 2024 Weber Informatics LLC | Privacy Policy