The pid of the program

Property definitions

core :: exec $ Sys :: pid
	# The pid of the program
	fun pid: Int `{ return getpid(); `}
lib/core/exec.nit:457,2--458,36