Mandelbrot set: Difference between revisions

Content added Content deleted
Line 2,466: Line 2,466:
==={{header|Locomotive Basic}}===
==={{header|Locomotive Basic}}===
{{trans|QBasic}}
{{trans|QBasic}}
[[File:Cpcbasic mandelbrot.png|thumb|CPCBasic output]]
This program is meant for use in [https://benchmarko.github.io/CPCBasic/cpcbasic.html CPCBasic] specifically, where it draws a 16-color 640x400 image in less than a minute. (Real CPC hardware would take far longer than that and has lower resolution.)
This program is meant for use in [https://benchmarko.github.io/CPCBasic/cpcbasic.html CPCBasic] specifically, where it draws a 16-color 640x400 image in less than a minute. (Real CPC hardware would take far longer than that and has lower resolution.)
<syntaxhighlight lang="locobasic">1 MODE 3 ' Note the CPCBasic-only screen mode!
<syntaxhighlight lang="locobasic">1 MODE 3 ' Note the CPCBasic-only screen mode!