Mandelbrot set: Difference between revisions

m
→‎{{header|Raku}}: remove the line option in syntaxhighlight
(adding bc section)
m (→‎{{header|Raku}}: remove the line option in syntaxhighlight)
Line 11,461:
 
[[File:mandelbrot-raku.jpg|300px|thumb|right]]
<syntaxhighlight lang="perl6" line>constant MAX-ITERATIONS = 1000;
my $width = +(@*ARGS[0] // 800);
my $height = $width + $width %% 2;
1,934

edits