Steady squares: Difference between revisions

Content added Content deleted
(Yabasic moved to the BASIC section.)
m (→‎{{header|GW-BASIC}}: works with BASICA.)
Line 152: Line 152:


==={{header|GW-BASIC}}===
==={{header|GW-BASIC}}===
{{works with|BASICA}}
<syntaxhighlight lang="gwbasic">10 FOR N = 1 TO 10000
<syntaxhighlight lang="gwbasic">10 FOR N = 1 TO 10000
20 M$ = STR$(N)
20 M$ = STR$(N)