Guest User

Untitled

a guest
Dec 14th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. «#if($special)»
  2. «#foreach($item in $sum)»
  3. «#if($foreach.hasNext==false)» «#break» «#end»
  4. «do special stuff»
  5. «#end»
  6. «#else»
  7. «#foreach($item in $sum)»
  8. «do normal stuff»
  9. «#end»
  10. «#end»
Add Comment
Please, Sign In to add comment