The index on the end character in the source

Property definitions

nitc $ Location :: pend
	# The index on the end character in the source
	fun pend: Int do return file.line_starts[line_end-1] + column_end-1
src/location.nit:169,2--170,68