From: Jonathan A R. <ja...@mu...> - 2002-12-30 15:51:09
|
I believe the following behavior is incorrect (according to the scheme report). Jscheme 5.0 04/05/2002 http://jscheme.sourceforge.net > (string->number "01438") 1438.0 > It should be more like the following: > (string->number "1438") 1438 > Jonathan |