From: wooks . (wookiz at hotmail.com) Date: Sat Sep 4 16:22:07 EDT 2010 |
|
(case 8 ((8 9 10) 'hello) (else 'goodbye)) -> hello (case "8" (("8" "9" "10") 'hello) (else 'goodbye)) -> goodbye I'm working in Pretty Big -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.racket-lang.org/users/archive/attachments/20100904/6d4344b7/attachment.html>
Posted on the users mailing list. |
|