The starting value, always starts with 0

Property definitions

actors $ SynchronizedCounter :: c
	# The starting value, always starts with 0
	private var c = 0
lib/actors/actors.nit:211,2--212,18