CONTENTS | INDEX | PREV | NEXT

SYNTAX            : ARG ;J

RESULTING ARGUMENT: None

FUNCTION          : Move the cursor (and implicitly the value of  . ) a
                    specified number of words forward or backward. The
                    cursor is moved to the beginning of the target word.

ARGUMENT          : The number of words to move forward. Use a negative
                    value to move backward. A value of 0 moves to the
                    beginning of current word.

DEFAULT           : 1

NOTE              : Words are delimited by blanks (SPACE, TAB, RETURN
                    or (7.1) CR). Begin and end of the buffer are
                    interpreted as non-blank.

MATRIX