Está en la página 1de 1

LISP>> setq L '(X(Y(XXX)(XX))(Z(A(BXX)(CXX))(1(2XX)(345))) )

(A(BXX)(CXX))
(1(2XX)(345)--> lista
resapuesta:
LISP>>
setf V (list(first L)(second L)(list(first(third L) (third(third(third L))) (li
st(first(third(third L))) (second(third(third L))) (second(third L)))))
(X(Y(XXX)(XX))(Z (345)(1(2XX)(A(BXX)(CXX)))))

También podría gustarte