Common Lisp ---- 函数(defun foo (n)(dotimes (i 10)(dotimes (j 10)(when ( (* i j) n)(return-from fo
Common Lisp ---- 函数
(defun foo (n) (dotimes (i 10) (dotimes (j 10) (when (> (* i j) n) (return-from foo (list i j))))))
8. 作为数据的函数--高阶函数
(有待更新)
9. 匿名函数
(有待更新)
