99 Bottles of Beer/Basic: Difference between revisions

Line 144:
5 a=99
10 print a ;
20 print " bottles bottle";
22 if a-1 print "s";
24 print " ";
30 print "of beer ";
40 print "on the ";
50 print "wall!"
60 print a ;
70 print " bottles bottle";
72 if a-1 print "s";
74 print " ";
80 print "of beer!"
90 print "Take one ";
Line 156 ⟶ 160:
115 a=a-1
120 print a ;
130 print " bottles bottle";
132 if a-1 print "s";
134 print " ";
140 print "of beer ";
150 print "on the ";