XLISP > XLISP 2.0  -  Contents  -  Reference  -  Previous | Next

(variable)


Type:   -   variable
Source:   -   xlinit.c, xlisp.c

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.

See the  -  variable in the XLISP 2.0 manual.

  Back to Top


XLISP > XLISP 2.0  -  Contents  -  Reference  -  Previous | Next