99 Bottles of Beer/Basic: Difference between revisions

m
No edit summary
Line 603:
 
<lang MSXBasic>
10 FOR xX = 99 TO 1 STEP -1
20 PRINT xX; "bottles of beer on the wall"
30 PRINT xX; "bottles of beer"
40 PRINT "Take one down, pass it around"
50 PRINT xX-1; "bottles of beer on the wall"
60 PRINT
70 NEXT xX
</lang>
 
Anonymous user