LiutCL icon indicating copy to clipboard operation
LiutCL copied to clipboard

在 REPL 中无法使用 DEFVAR。

Open Liutos opened this issue 2 years ago • 0 comments

示例代码如下

➜  bin git:(develop) ./liutcl.ros
233-USER> (defvar *a* 1)
顶层语句只能是 DEFUN 或 LABELS:(DEFVAR *A* 1)

Liutos avatar Nov 25 '22 16:11 Liutos