Julia set: Difference between revisions

Content added Content deleted
(→‎{{header|Wren}}: Added image)
Line 496: Line 496:


==={{header|Locomotive Basic}}===
==={{header|Locomotive Basic}}===
[[File:Cpcbasic julia.png|thumb|CPCBasic output]]
Adapted from the Mandelbrot Locomotive Basic program. 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.)
Adapted from the Mandelbrot Locomotive Basic program. 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!