Declare this variable in global scope to handle run time errors. When declared, an error message is assigned to this variable on error. You may check it’s value in your program and make approporate descisions.
Example:
(SETF $EVAL_ERROR$ 0)
(UNDEFINEDFUNCTION 1)
(PRINT $EVAL_ERROR$) ; Prints “(UNDEFINED FUNCTION) : Function is not implemented”