+++
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 second to the last input expression.
EXAMPLES
(setq a 'eenie) ;returns EENIE (setq b 'meenie) ;returns MEENIE (setq c 'beanie) ;returns BEANIE + ;returns (SETQ C (QUOTE BEANIE)) ++ ;returns (SETQ C (QUOTE BEANIE)) +++ ;returns (SETQ C (QUOTE BEANIE)) + ;returns +
NOTE: It is best not to use this variable in a program.