no title added by anonymous on Mon Aug 27 19:27:04 2012

#;1> (write "1")
"1"#;2> (with-output-to-string (write "1"))

Error: call of non-procedure: #<unspecified>

	Call history:

	<syntax>	  (with-output-to-string (write "1"))
	<syntax>	  (write "1")
	<eval>	  (with-output-to-string (write "1"))
	<eval>	  (write "1")	<--
"1"#;2>