nitc :: AAugmentedLiteral :: _suffix
# Suffix for the entity, "" if no prefix is found protected var suffix: String is lazy do return text.substring_from(text.last_index_of(delimiter_end) + 1)