Open generic function
Prints an object to a stream.
print-object object stream => ()
<object>.
<stream>.
io
Prints an object to a stream. You should extend the ability of print to print various objects by adding methods to the print-object function. When print actually prints an object, it calls print-object. You should never call print-object directly.