I just discovered Racket a few days ago, and I\'m trying to get more comfortable with it by writing a little script that generates images to represent source code using #l
#l
Or you could wrap the expressions in (begin) e.g.(begin (define x 10) (define y 100) (define z 1000))