replace undefined function

This commit is contained in:
Peter Ferrie 2021-11-24 12:24:33 -08:00
parent 7ae47772f6
commit d50e78162d

View file

@ -10,6 +10,6 @@
(CDR (CONS (QUOTE A) (CONS (QUOTE B) NIL)))
(COND ((QUOTE T) (QUOTE A)))
(COND ((QUOTE NIL) (QUOTE A)) ((QUOTE T) (QUOTE B)))
(LAMBDA (Z) Z)
((LAMBDA (Z) Z) (QUOTE ZZZ))
((LAMBDA (Z) (CAR Z)) (CONS (QUOTE A) (QUOTE B)))