[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

number->string->symbol problem



hey,

I have a small issue, which can be summarized as follows: why does the
following line of code return false? (DrScheme v103 win2K)

(eq? (string->symbol (number->string 25)) '25)

TIA

wouter