[plt-scheme] BUG in case

From: David Van Horn (dvanhorn at cs.uvm.edu)
Date: Wed Jun 25 22:53:28 EDT 2003

Saint Katsmall T. Wise, Esquire wrote:

> I see. Well then how would I user a variable using case? Is this possible?

Check out EVCASE in etc.ss:

(evcase c
  [green-char 'a]
  [else 'b])

-d





Posted on the users mailing list.