0

为什么这个“警告:对未声明变量 ARAD 的自由引用假定为特殊”。弹出?

(defstruct Place()
  (pathCost  10)
  (childName 'none)
)

(setf Arad(make-Place :childName 'Zerind))

(describe Arad)
4

0 回答 0