Work on dynamic variable

This commit is contained in:
2026-07-19 02:23:10 -07:00
parent 67b68f8c61
commit f87af5efd2
11 changed files with 285 additions and 112 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
;; -*- mode: lisp-data -*-
(test a)
(fset 'test (lambda () (print print-circular)))
(print print-circular)
(let ((print-circular nil))
(test))
(print print-circular)