Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!BBN.COM!cerys
From: cerys@BBN.COM (Dan Cerys)
Newsgroups: comp.sys.ti.explorer
Subject: PPrinting to a String
Message-ID: <8909270027.AA08590@sumex-aim.stanford.edu>
Date: 27 Sep 89 00:14:25 GMT
References: <15700005@aisunk>
Sender: daemon@ucbvax.BERKELEY.EDU
Distribution: inet
Organization: Bolt Beranek and Newman Inc. (STC)
Lines: 4

Common Lisp supports the following:

(with-output-to-string (stream)
  (pprint object stream))