标签: lisp common-lisp allegro allegro-cl
为什么这是“警告:免费引用未声明的变量ARAD假设特殊。”突然冒出来?
(defstruct Place() (pathCost 10) (childName 'none) ) (setf Arad(make-Place :childName 'Zerind)) (describe Arad)