Cache of the latest position (char) explored in the string

Property definitions

core :: flat $ FlatText :: position
	# Cache of the latest position (char) explored in the string
	var position: Int = 0
lib/core/text/flat.nit:45,2--46,22

text_stat :: text_stat $ FlatString :: position
	redef fun position do
		sys.position_call.inc "FlatString"
		return super
	end
lib/text_stat/text_stat.nit:274,2--277,4

text_stat :: text_stat $ FlatBuffer :: position
	redef fun position do
		sys.position_call.inc "FlatBuffer"
		return super
	end
lib/text_stat/text_stat.nit:231,2--234,4