Re: LISP code example matching an abstract construct



Juan R. wrote:
I would know if anyone used both next -with A and B generic simbols-

(A B) --> C

(B A) --> D

in a LISP-Scheme program.

Assuming I understand you correctly, maybe something like the
following?
(list entries)
(entries list)

MfG,
Tayssir

.