get_position
Definition:
sequence
s = get_position()
Description:
Return the current line and column position of the cursor as a 2-element
sequence
{line, column}
.
See Also:
position