Jump to content

Mandelbrot set: Difference between revisions

m
→‎{{header|Raku}}: use "raku" for syntax highlight
m (→‎{{header|Raku}}: use "raku" for syntax highlight)
Line 11,464:
 
[[File:mandelbrot-raku.jpg|300px|thumb|right]]
<syntaxhighlight lang="perl6raku">constant MAX-ITERATIONS = 1000;
my $width = +(@*ARGS[0] // 800);
my $height = $width + $width %% 2;
1,934

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.