Falling out of Case
If no case is true, CASE simply returns NIL without doing anything.
(case x
(1 (print 'single))
(2 (print 'twin))
(3 (print 'triplet)))
Previous slide
Next slide
Back to first slide
View graphic version