program written in muLisp trying to conver to clisp. everything seems to be correct maybe someone can guide me in the right way regarding this function. thanks in advance.
(defun isMemb? (lList1 lList2)
(cond ((null lList1) nil);
;(or (car (member (car lLista1) lLista2 'equal)) (isMemb? (cdr lList1) lList2)));