literal-complexes
The literal syntax for complex 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+i"))
in each Scheme.
#t
#f