;creating traffic signal image
(require 2htdp/image)
(define (bulb c)
(circle 10 "solid" c))
(above (bulb "red")
(bulb "yellow")
(bulb "green"))
显示的错误是: Module Language: there can only be one expression in the definitions window in: (define (bulb c) (circle 10 "solid" c))
禁止互动。 ///我无法弄清楚错误