Jump to content

99 Bottles of Beer/Basic: Difference between revisions

Line 754:
 
==={{header|QB64}}===
CBTJD,20200308
<lang QB64>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
Line 765 ⟶ 766:
PRINT
NEXT
'CBTJD 2020
</lang>
 
306

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.