*
type: variable location: built-in source file: xlinit.c xlisp.c Common LISP compatible: yes supported on: all machines
SYNTAX
*
DESCRIPTION
The * variable is set to the result of the previously evaluated expression.
EXAMPLES
(setq a 'b) ; returns B * ; returns B * ; returns B
NOTE: It is best not to use this variable in a program.