[racket] Can't create circles

From: Geoffrey Boom (geoff.the.boom at gmail.com)
Date: Sun Aug 26 21:14:46 EDT 2012

I'm learning how to use the Racket program, I'm still at the prologue
of the Second edition of how to design programs. When I type in:



(* (image-width )
   (image-height ))


or


(circle 10 "solid" "red")


or



(rectangle 30 20 "outline" "blue")



I get the error message:


image-width: this function is not defined
circle: this function is not defined
rectangle: this function is not defined


I don't know what to do,
Thanks in advance,
Geoff.

Posted on the users mailing list.