(cond ((test-1) (expression-1))) 当我使用cond时,我可以在(表达式-1)中给出几个函数吗? 像这样: (cond ((= 1 1) ((fun1) (fun2)) )
(cond ((test-1) (expression-1)))
(cond ((= 1 1) ((fun1) (fun2)) )
lisp scheme
lisp ×1
scheme ×1