All Manuals > LispWorks® User Guide and Reference Manual > 33 The COMMON-LISP Package

describe Function

Summary

Remains as defined in ANSI Common Lisp. Additionally, you can control the depth at which slots inside arrays, structures and conses are described.

Package

common-lisp

Signature

describe object &optional stream

Arguments
object
An object.
stream
An output stream designator.
Description

The function describe displays information about object to the stream indicated by stream, as specified in ANSI Common Lisp.

Arrays, structures and conses are described recursively up to the depth given in the value of the variable *describe-level*. Beyond that depth, objects are simply printed.

See also

describe in the Common Lisp HyperSpec
*describe-length*
*describe-level*
*describe-print-length*
*describe-print-level*


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30