99 Bottles of Beer/Basic: Difference between revisions

Line 754:
 
==={{header|QB64}}===
<lang|QB64>
READ b, s$(0), s$(1), a$, b$, c$, d$, e$, f$
g$ = CHR$(10)
Line 774 ⟶ 775:
DATA "No more","Go to the store and buy some more. 99"
END
</lang>
 
==={{header|REALbasic}}===
306

edits