[gambit-list] (case)

Christoph Bauer christoph.bauer at lmsintl.com
Fri Oct 31 10:06:52 EDT 2008


> > another question: what is the correct result of
> >
> > (case ".ab" ((".ab") 1) (else 2))
> case use eqv?; two string with the same contents may not be eqv?.
> 
> Brad
> 
> 
Ok, then my code is now rewritten as

  (case (string->symbol ".ab") ((.ab) 1) (else 2)) 

:)

Christoph 




More information about the Gambit-list mailing list