Gets the first char of the Text

Property definitions

core $ Text :: first
	# Gets the first char of the Text
	fun first: Char do return self.chars[0]
lib/core/text/abstract_text.nit:101,2--102,40