progs/fun2/mand.fun
changeset 854 ce4a7bab6bd8
parent 820 7fd1f611c21d
equal deleted inserted replaced
853:568671822d52 854:ce4a7bab6bd8
     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