

Description:
Creates a marker at the end of the requested text without changing the current
editing position.
Syntax:
marker := END_OF ( {buffer | range} )
Example:
The following places a marker at the end of the current buffer, and then moves
to the new marker.
POSITION (END_OF (CURRENT_BUFFER));
Related Builtins:
END_OF