Previous: multimethods next, Up: multimethods [Index]
Return a string representation for obj. A non–specialised method is predefined to use the following implementation:
(call-with-string-output-port (lambda (port) (display obj port)))