Robert Bruce Findler <robby@cs.rice.edu> writes: > Probably you want to use `write' instead of `display': > > > (define (f x) (write x)) > > (define c '("hello")) > > (f c) > ("hello") > > Hope that helps, > Robby Perfect. Thanks! -- Chris