|   | 
 ANSI Common Lisp    22 Printer    22.4 Dictionary of Printer
 
| 22.4.30  print-not-readable-object | 
Function | 
  
 - Syntax:
 - 
print-not-readable-object
condition
  
  object
  - Arguments and Values:
 - 
condition - a condition of type print-not-readable.
object - an object.
 
  - Description:
 - 
Returns the object that could not be printed readably 
in the situation represented by condition.
  - See Also:
 - 
print-not-readable,
Conditions
 
  - Allegro CL Implementation Details:
 - 
 None.
  
 |