X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=examples%2Fmandelbrot.4th;h=9759a3903ee84ca5edf1661e1023b1fc913d824e;hb=8723639e0adb6b6a008403937fc3b2fef26c16c1;hp=b8af203c870210f478254b0be53686e1c3e9d400;hpb=0724d1b595d9f27cc4e5cd1893c5ee32ccdc3c34;p=forth.jl.git diff --git a/examples/mandelbrot.4th b/examples/mandelbrot.4th index b8af203..9759a39 100644 --- a/examples/mandelbrot.4th +++ b/examples/mandelbrot.4th @@ -76,6 +76,8 @@ ( Draw the Mandelbrot Set!) : mandeldraw ( x1 y1 x2 y2 -- ) + cr + 0 pick 3 pick - ysteps / 1 pick 4 pick do @@ -106,4 +108,4 @@ hide * mandeldraw ; -.( Enter 'mandel' to draw the Mandelbrot Set.) +CR .( Enter 'mandel' to draw the Mandelbrot Set.)