Remains as defined in ANSI Common Lisp. Additionally, you can control the depth at which slots inside arrays, structures and conses are described.
common-lisp
describe object &optional stream
object⇩ |
An object. |
stream⇩ |
An output stream designator. |
The function describe
displays information about object to the stream indicated by stream, as specified in ANSI Common Lisp.
Arrays, structures and conses are describe
d recursively up to the depth given in the value of the variable *describe-level*. Beyond that depth, objects are simply printed.
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