This compiler error will occur if you try to declare a variable with a name whose second letter is an underscore '_'.
For example:
var
n_December_31
begin
end
Names with an underscore as the second character are reserved for system variables.
Topic 108193, last updated on 18-Apr-2020