How many time do we iterate before deciding if the number

is in the mandelbrot set or not

Property definitions

actors :: mandelbrot $ Sys :: nb_rounds
	# How many time do we iterate before deciding if the number
	# is in the mandelbrot set or not
	var nb_rounds  = 49
lib/actors/examples/mandelbrot/mandelbrot.nit:78,2--80,20