99 Bottles of Beer/Basic: Difference between revisions

Line 754:
 
==={{header|QB64}}===
<lang vb>'CBTJD: 2020.03.08
<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
S$ = STRING$(ABS(B > 1), "s")
Line 765 ⟶ 766:
PRINT
NEXT</lang>
CBTJD: 2020.03.08
 
==={{header|REALbasic}}===
306

edits