@comment>
TANGO (Witango) version of 99 bottles of beer.
Author: Wes Bramhall
@comment>
99 Bottles of Beer
<@for start="1" stop="99">
<@calc expr="100-<@currow>"> bottle<@if
expr="<@currow>!= 99">s@if> of beer on the wall,
<@calc expr="100-<@currow>"> bottle<@if
expr="<@currow>!= 99">s@if> of beer.
Take one down, pass it around,
<@if expr="<@currow>!=99">
<@calc expr="100-<@currow>-1"> bottle<@if
expr="<@currow>!= 98">s@if> of beer on the wall.
<@else>
0 bottles of beer on the wall.
BUY MORE BEER!
@if>
@for>