Prefix for the entity, "" if no prefix is found

Property definitions

nitc $ AAugmentedLiteral :: _prefix
	# Prefix for the entity, "" if no prefix is found
	protected var prefix: String is lazy do return text.substring(0, text.index_of(delimiter_start))
src/literal.nit:110,2--111,97