[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [plt-scheme] Some questions about DrScheme



Paulo J. Matos wrote:
> (define sq (a) (* a a))
(define (square a) (* a a))

> Another thing is output. When I do (cons 1 2) instead of getting
> (1 . 2) I get (cons 1 2). The same with lists. How can I use
> syntatic sugar and get a more nice output?

In the language menu choose "Choose languge".
Click "Show details".
Now you can choose between three different output styles.

--
Jens Axel Søgaard