Why is this "Warning: Free reference to undeclared variable ARAD assumed special." popping out?
(defstruct Place()
(pathCost 10)
(childName 'none)
)
(setf Arad(make-Place :childName 'Zerind))
(describe Arad)
Why is this "Warning: Free reference to undeclared variable ARAD assumed special." popping out?
(defstruct Place()
(pathCost 10)
(childName 'none)
)
(setf Arad(make-Place :childName 'Zerind))
(describe Arad)
Copyright © 2021 Jogjafile Inc.