The default way to print objects. Users should never call print-object directly.
Provides the printed object representation for print and for the “%=” format directive (see Format Directives). Default print-object methods exist for instances of:
Users may choose to modify the printed representation of an object in two ways: override the print-object method for that instance’s type, or provide a printing function to the “%m” directive for format or format-out.
open
| object | An instance of <object>. |
| stream | An instance of <stream>. |