Look-and-say sequence: Difference between revisions

Content deleted Content added
Jjuanhdez (talk | contribs)
Jjuanhdez (talk | contribs)
Line 632: Line 632:
{{works with|QBasic}}
{{works with|QBasic}}
{{works with|QuickBasic}}
{{works with|QuickBasic}}
{{works with|BASICA}}
{{works with|Chipmunk Basic}}
{{works with|GW-BASIC}}
{{works with|MSX BASIC|any}}
{{works with|Run BASIC}}
{{works with|Just BASIC}}
<syntaxhighlight lang="basic">10 DEFINT A-Z: I$="1"
<syntaxhighlight lang="basic">10 DEFINT A-Z: I$="1"
20 FOR Z=1 TO 15
20 FOR Z=1 TO 15