Send the kill signal to the process

Property definitions

signals :: signals $ Process :: kill
	# Send the kill signal to the process
	fun kill do signal(sigkill)
lib/signals/signals.nit:233,2--234,28