The '++' variable is set to the next to the last input expression.
(setq fee 'fi) ; returns FI (setq fo 'fum) ; returns FUM ++ ; returns (SETQ FEE (QUOTE FI)) ++ ; returns (SETQ FO (QUOTE FUM)) ++ ; returns ++
Note: It is best not to use this variable in a program.
See the