[plt-scheme] strange error message

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Jul 5 12:24:35 EDT 2006

At Wed, 05 Jul 2006 09:17:57 -0700, mvanier wrote:
>  > (define foo)
> define: bad syntax (multiple expressions after identifier) in: (define foo)
>  > (define foo 1 2)
> define: bad syntax (multiple expressions after identifier) in: (define foo 1 2)
> 
> The second error message is reasonable, but the first is misleading.

Fixed in SVN.

Thanks,
Matthew



Posted on the users mailing list.