X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=forth.jl.git;a=blobdiff_plain;f=examples%2Fmandelbrot.4th;h=9759a3903ee84ca5edf1661e1023b1fc913d824e;hp=b8af203c870210f478254b0be53686e1c3e9d400;hb=b18e42773e45b9d4819cf0e2d2c5965bd34dcb4f;hpb=f3f77474664434c1330f74494463ea34ce148ff4 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.)