Open Liutos opened 2 years ago
示例代码如下
➜ bin git:(develop) ./liutcl.ros 233-USER> (defvar *a* 1) 233-USER> *a* 1 233-USER> (setf *a* (+ *a* 1)) 找不到标识符*A*的定义
示例代码如下