-
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 expression currently being evaluated.
EXAMPLES
- ; returns - (setq a -) ; returns (SETQ A -) a ; returns (SETQ A -)
NOTE: It is best not to use this variable in a program.