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

***


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

Syntax

 ***

Description

The '***' variable is set to the result of the second to the last evaluated expression.

Examples

(setq a 'eenie)   ; returns EENIE
(setq b 'meenie)  ; returns MEENIE
(setq c 'beanie)  ; returns BEANIE
***               ; returns EENIE
***               ; returns MEENIE
***               ; returns BEANIE
***               ; returns EENIE

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