; WIL version of 99 Bottles of beer (Bottles.wbt) ; Philipp Winterberg, http://www.philipp-winterberg.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