

Description:
Creates a marker at the first character position of a buffer or range.
Syntax:
marker := BEGINNING_OF ({buffer | range})
Example:
The following example creates a marker and moves to the beginning of the
current buffer.
mark1 := BEGINNING_OF (CURRENT_BUFFER);
POSITION (mark1);
Related Builtins:
BEGINNING_OF