99 Bottles of Beer/Basic: Difference between revisions

Content added Content deleted
m (Rearranged entries in BASIC sub-section into alphabetic order.)
m (→‎{{header|Tiny BASIC}}: Works with (Tom Pittman's) TinyBasic.)
Line 1,003: Line 1,003:


===Tiny BASIC===
===Tiny BASIC===
{{works with|TinyBasic}}
<syntaxhighlight lang="tiny basic">100 LET N=99
<syntaxhighlight lang="basic">100 LET N=99
105 GOSUB 120
105 GOSUB 120
110 IF N>0 THEN GOTO 105
110 IF N>0 THEN GOTO 105