nitc :: Token :: text
# The raw content on the token fun text: String is abstract
redef fun text do var res = _cached_text if res != null then return res res = location.text _cached_text = res return res end