[plt-scheme] BUG in case

From: Paul Steckler (steck at stecksoft.com)
Date: Wed Jun 25 20:37:16 EDT 2003

>  > (eqv? green-char c)
> #t
>  > (case c [(green-char) 'a] [else 'b])
> b

The case is comparing c with the symbol 'green-char, not the 
value of the variable `green-char.

-- Paul



Posted on the users mailing list.