From: Geoffrey K. <ge...@kn...> - 2003-01-06 04:26:57
|
I found these anomalies when using string-append with JScheme 4.2.2/5.0: > (string-append "a" "b" '()) "ab()" > (string-append "a" "b" #f) "ab#f" DrScheme detects the 3rd argument is not a string and reports an error. Not a show-stopper for me, just something I noticed. Geoffrey |