Contents
Page-10
Prev
Next
Page+10
Index
(match '(- ?x ?x)
'(- y 3))
A:
((?x y))
B:
((?x 3) (t t))
C:
nil
D:
((?x y) (?x 3) (t t))
E:
true
Answer