+
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 most recent input expression.
EXAMPLES
(setq hi 'there) ;returns THERE + ;returns (SETQ HI (QUOTE THERE)) + ;returns +
NOTE: It is best not to use this variable in a program.