Property definitions

actors $ ClockAgent :: finished_step
	fun finished_step do
		nb_finished += 1
		if nb_finished == agents.length then
			nb_finished = 0
			if nb_steps != 0 then async.do_step
		end
	end
lib/actors/examples/agent_simulation/agent_simulation.nit:38,2--44,4