This is a cached copy of https://www.lispworks.com/documentation/HyperSpec/Body/v__.htm. It is a snapshot of the page as it appeared during last crawling. The current page could have changed in the meantime.

Last modified: Mon, 11 Apr 2005, 17:34:01 UTC    Size: 3592
CLHS: Variable -

[LISPWORKS][Common Lisp HyperSpec (TM)] [Previous][Up][Next]


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)

Notes: None.


[Starting Points][Contents][Index][Symbols][Glossary][Issues]
Copyright 1996-2005, LispWorks Ltd. All rights reserved.