ToC DocOverview CGDoc RelNotes Index PermutedIndex
Allegro CL
Home Previous Up Next Table of Contents Index
  ANSI Common Lisp   22 Printer   22.4 Dictionary of Printer

22.4.21 *print-gensym* Variable

Value Type:
a generalized boolean.

Initial Value:
true.

Description:
Controls whether the prefix "#:" is printed before apparently uninterned symbols. The prefix is printed before such symbols if and only if the value of *print-gensym* is true.

Examples:
 (let ((*print-gensym* nil))
   (print (gensym)))
 G6040 
 #:G6040

See Also:
write, *print-escape*

Allegro CL Implementation Details:
None.

Home Previous Up Next Table of Contents Index
© Franz Inc. 1998-2005 - File last updated 6-21-2002