I wrote a simple code in Dr-Racket and it is not working. Here is the code:
(place-image (circle 5 "solid" "green")
50 80
(empty-scene 100 100))
I have selected the BSL language for compiling but it is giving me the following error:
place-image: this function is not defined
What is going wrong?