CURRENT_DIRECTION
Returns a keyword indicating the current direction of the current
buffer -- either FORWARD or REVERSE.
Syntax
keyword := CURRENT_DIRECTION
Example
my_cur_dir := CURRENT_DIRECTION;
Stores in the variable MY_CUR_DIR the keyword indicating the direction
set for the current buffer -- either FORWARD or REVERSE.