Is this a character device?

Property definitions

core $ FileStat :: is_chr
	# Is this a character device?
	fun is_chr: Bool
	do
		assert not finalized
		return stat.is_chr
	end
lib/core/file.nit:863,2--868,4