END_OF
Returns a marker pointing to the last character position in a buffer or
a range.
Syntax
marker := END_OF ({buffer | range})
Example
the_end := END_OF (main_buffer);
Stores in the variable THE_END a pointer to the last character position
in the main buffer.
Related topics
BEGINNING_OF LINE_END