Mandelbrot set: Difference between revisions

→‎{{header|Raku}}: actually use the picture
(→‎Insitux: implementation)
(→‎{{header|Raku}}: actually use the picture)
Line 11,521:
Converted to a JPEG file for display here.
 
<!--[[File:mandelbrot-raku.jpg|300px|thumb|right]]-->
<syntaxhighlight lang="raku">constant MAX-ITERATIONS = 1000;
my $width = +(@*ARGS[0] // 800);
1,934

edits