Julia set: Difference between revisions

Content added Content deleted
No edit summary
Line 336: Line 336:
{{trans|VBScript}}
{{trans|VBScript}}
{{works with|BBC BASIC for Windows}}
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> DIM Pix&(10)
<syntaxhighlight lang="bbcbasic"> DIM Pix&(11)
$^Pix&(0)="@$%#*+=-:. " : REM Let's inverse :-)
$^Pix&(0)="@$%#*+=-:. " : REM Let's inverse :-)
FOR Y=-1.0 TO 1.0 STEP 1/15
FOR Y=-1.0 TO 1.0 STEP 1/15