为什么警告标志突然出现?在lisp编程中

时间:2014-12-31 14:46:34

标签: lisp common-lisp allegro allegro-cl

为什么这是“警告:免费引用未声明的变量ARAD假设特殊。”突然冒出来?

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

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

(describe Arad)

0 个答案:

没有答案