(case 8
((8 9 10) 'hello)
(else 'goodbye)) -> hello
(case "8"
(("8" "9" "10") 'hello)
(else 'goodbye)) -> goodbye
I'm working in Pretty Big
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

