ToC DocOverview CGDoc RelNotes Index PermutedIndex
Allegro CL
Home Previous Up Next Table of Contents Index
  ANSI Common Lisp   25 Environment   25.2 Dictionary of Environment

25.2.20 - Variable

Value Type:
a form.

Initial Value:
implementation-dependent.

Description:
The value of - is the form that is currently being evaluated by the Lisp read-eval-print loop.

Examples:
(format t "~&Evaluating ~S~%" -)
 Evaluating (FORMAT T "~&Evaluating ~S~%" -)
  NIL

Affected By:
Lisp read-eval-print loop.

See Also:
+ (variable), * (variable), / (variable), Section 25.1.1 Top level loop

Allegro CL Implementation Details:
None.

Home Previous Up Next Table of Contents Index
© Franz Inc. All Rights Reserved - File last updated 2022-07-25