Posts by vitor • 21 points
1 post
-
2
votes1
answer251
viewsQ: LISP exclusion function
I’m having doubts on how to do another function to delete the name and phone. Follow the code I made: (defun incluir (Agenda NomeTelefone) (cond ((atom A) (cons NT 'nil)) ((equal (car NT) (caar A))…