progs/fun2/mand.fun
changeset 854 c9e2568d4729
parent 820 9d5e4fa0c64d
equal deleted inserted replaced
853:851d8c00f033 854:c9e2568d4729
     1 // Mandelbrot program
     1 // Mandelbrot program (without character constants)
     2 
     2 
     3 val Ymin: Double = -1.3;
     3 val Ymin: Double = -1.3;
     4 val Ymax: Double =  1.3;
     4 val Ymax: Double =  1.3;
     5 val Ystep: Double = 0.05;  //0.025;
     5 val Ystep: Double = 0.05;  //0.025;
     6 
     6