#Perl6 #Mandelbrot for ^40 -> $y {for ^72 {my $z=0;my $i=50;while (--$i&&$z.abs<4) { $z=$z*$z+$_/36-1.5+$y\i/20-i};print $i%9||'.'};say ""}
0
2
3
0
0