; WIL version of 99 Bottles of beer (Bottles.wbt) ; See http://www.winbatch.com/winware/wb-functions.html ; Philipp Winterberg, http://www.winterbergs.de c = " on the wall" a = " bottle(s) of beer" d = "Take one down, pass it around," for b = 1 to 99 display(2, "", StrCat(100-b,a,c,",",@CRLF,100-b,a,".",@CRLF,d,@CRLF,99-b,a,c,".")) next exit