What MATCH Returns
MATCH returns an association list.
(match '(hello there) '(hello))
NIL
(match '(hello there) '(hello there))
((YES . YES))
(match '(my name is (? X))
'(my name is john))
((X . JOHN)(YES . YES))
Previous slide
Next slide
Back to first slide
View graphic version