MyMandelbrot1a { init: z=0 loop:z=z*z*z+#pixel bailout:|z|<4 default: title = "My Mandelbrot1a" }