Does the file descriptor self refer to a terminal?

Property definitions

core :: file $ Int :: isatty
	# Does the file descriptor `self` refer to a terminal?
	fun isatty: Bool `{ return isatty(self); `}
lib/core/file.nit:310,2--311,44