Gets the last char of self

Property definitions

core $ Text :: last
	# Gets the last char of self
	fun last: Char do return self.chars[length-1]
lib/core/text/abstract_text.nit:119,2--120,46