[plt-scheme] print-graph
On Mon, 4 Apr 2005, Eli Barzilay wrote:
> On Apr 4, Magnus Jonsson wrote:
>> 1) (print-graph #t) does not affect the way that the REPL reports
>> results. I have to wrap every expression I type in with (print
>> -expression-). In common lisp *print-circle* affects the repl's
>> output.
>
> If you're talking about DrScheme, then it depends on the settings of
> the language level. (You can click on `Show Details' in the language
> dialog and choose different ways to render output.)
Thanks! This solved my problem.