mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +00:00
replace undefined function
This commit is contained in:
parent
7ae47772f6
commit
d50e78162d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue