99 Bottles of Beer/Basic: Difference between revisions

m
→‎{{header|Tiny BASIC}}: Works with (Tom Pittman's) TinyBasic.
m (Rearranged entries in BASIC sub-section into alphabetic order.)
m (→‎{{header|Tiny BASIC}}: Works with (Tom Pittman's) TinyBasic.)
Line 1,003:
 
===Tiny BASIC===
{{works with|TinyBasic}}
<syntaxhighlight lang="tiny basic">100 LET N=99
105 GOSUB 120
110 IF N>0 THEN GOTO 105
511

edits