請問有人能解釋爲什麼「make-array」對plant1沒有任何影響嗎?爲什麼plant1保持NIL?
(LET (plant1) ((setq plant1 (make-array '(4 4))) (print plant1) (setf (AREF PLANT1 0 0) 1)))
NIL Error: Attempt to do an array operation on NIL which is not an array. [condition type: TYPE-ERROR]