Language VTL
| Date: | 05/30/05 |
| Author: | Filipe Pinto |
| URL: | n/a |
| Comments: | 0 |
| Info: | http://jakarta.apache.org/velocity/texen.html |
| Score: |
##Apache Jakarta Velocity Template Language (VTL)
#foreach( $beers in [99..0] )
#if($beers = = 1)
$beers bottle of beer on the wall, $beers bottle of beer,
#else
$beers bottles of beer on the wall, $beers bottles of beer,
#end
#if($beers = = 0)
Go to the store, buy some more, 99 bottles of beer on the wall.
#else
#set($temp = $beers - 1)
#if($temp = = 1)
Take one down, pass it around, $temp bottle of beer on the wall.
#else
Take one down, pass it around, $temp bottles of beer on the
wall.
#end
#end
#end
Download Source | Write Comment
Download Source | Write Comment
Add Comment
Please provide a value for the fields Name,
Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.
Please don't post large portions of code here! Use the form to submit new examples or updates instead!
Comments