New Paste
Browse
Search
What is this?
non-literal cases?
added by sugarwren on Sat Jul 6 16:34:36 2019
(
let
(
(
options '
(
a b c
)
)
)
(
case 'a
(
(
options
)
#t
)
(
else #f
)
)
)