literal-rationals
The literal syntax for rational number constants specified in the Report is officially optional, and not all Schemes support it.
This choice is tested for by running
(number? (string->number "1/2"))
in each Scheme.
#t
#f