The '**' variable is set to the result of the next to the last evaluated expression.
(setq fee 'fi) ; returns FI (setq fo 'fum) ; returns FUM ** ; returns FI ** ; returns FUM ** ; returns FI
Note: It is best not to use this variable in a program.
See the