Given a pattern and an input, matching must:
Pattern: (- ?x (- ?y)) Input: (- (sin theta) (- w))The input matches the pattern; the bindings should be:
( (?x . (sin theta)) (?y . w) )
Contents    Page-10    Prev    Next    Page+10    Index