diff --git a/examples/mandelbrot.sclin b/examples/mandelbrot.sclin index 83ca4f1..4fe7a35 100644 --- a/examples/mandelbrot.sclin +++ b/examples/mandelbrot.sclin @@ -7,9 +7,9 @@ #esc ( re im )=. $re $im , \; itr - 2.^ Q ,_ - $re +. + 2.^~ Q ,_ - $re +. swap ,_ * 2* $im + , -#lim 16tk ( 2^ ,_ + 4<= ) tk* len +#lim 16tk ( 2^~ ,_ + 4<= ) tk* len #show " .,:;|!([$O0*%#@-"swap : \ No newline at end of file