Property definitions

actors :: simple_simulation $ Agent :: greet
	fun greet(message: String, other: Agent) do other.async.greet_back("Hello back !")
lib/actors/examples/agent_simulation/simple_simulation.nit:28,2--83