core :: FlatText :: last_byte
# Last byte of the CString protected fun last_byte: Int do return first_byte + _byte_length - 1
redef fun last_byte do sys.last_byte_call += 1 return super end