pascal-separator-keywords

pascal-separator-keywords is a variable defined in `pascal.el'.
Its value is
("downto" "else" "mod" "div" "then")


Documentation:
Keywords to complete when NOT standing at the first word of a statement.
These are keywords such as downto, else, mod, then.
Variables and function names defined within the Pascal program
are handled in another way, and should not be added to this list.

You can customize this variable.