99 Bottles of Beer/Basic: Difference between revisions

Content added Content deleted
Line 755: Line 755:
==={{header|QB64}}===
==={{header|QB64}}===
''CBTJD'': 2020/03/08
''CBTJD'': 2020/03/08
* Manages grammatical support for "1 bottle of beer" and "No more bottles of beer".
<lang vb>A$ = "bottle": B$ = " of beer": C$ = " on the wall": D$ = " Take one down, pass it around": E$ = " No more "
<lang vb>A$ = "bottle": B$ = " of beer": C$ = " on the wall": D$ = " Take one down, pass it around": E$ = " No more "
FOR B = 99 TO 1 STEP -1
FOR B = 99 TO 1 STEP -1