Please, could someone explain me why "make-array" has no effect on plant1?
(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]