From: Geoffrey K. <ge...@kn...> - 2003-04-07 22:44:11
|
On Monday, Apr 7, 2003, at 17:31 US/Eastern, Ken Anderson wrote: > It sucessfully reads > #x ff as 255 while PLT scheme gives the error > read-number: no digits I tried #xff (no space between x and ff) in PLT Scheme v203 and got: 255 I tried #x ff (with the space) in PLT v203 and got: read-number: no digits |