I'm currently working with the beginning student language in DrRacket while reading through a book called "How to design programs". Currently if I type something like (/ 1 2) I get 0.5 as the answer, but the book seems to imply that there's an option to make it so that I get 1/2 as the answer, but I can't find the option anywhere. Does that option actually exist? How can I get my answers as fractions and not decimals?
I tried looking up for the option everywhere in DrRacket but couldn't find it.