WRITE & WRITE-TO-STRINGThe functions WRITE and WRITE-TO-STRING have an additional
keyword argument :CLOSURE which is used to bind
CUSTOM:*PRINT-CLOSURE*.
PRINT-UNREADABLE-OBJECTVariable CUSTOM:*PRINT-UNREADABLE-ANSI*. The macro PRINT-UNREADABLE-OBJECT, when invoked without body forms,
suppresses the trailing space if only the type is to be printed, and
suppresses the leading space if only the identity is to be printed. This
behaviour can be turned off set setting the variable CUSTOM:*PRINT-UNREADABLE-ANSI*
to a non-NIL value: in this case, a trailing or leading space are output,
as prescribed by [ANSI CL standard].
*PRINT-CASE* controls the output not only of symbols, but also
of characters and some #<unreadable> objects.
*PRINT-PRETTY* is initially NIL but set to T
in config.lisp. This makes screen output prettier.
*PRINT-ARRAY* is initially set to T.
| These notes document CLISP version 2.45 | Last modified: 2008-04-15 |