Finish printing

This commit is contained in:
2026-08-13 14:10:29 -07:00
parent 20aed63851
commit 17c11d90ea
5 changed files with 177 additions and 13 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
;; -*- mode: lisp-data -*-
(prin1 1.0e2)
(let ((print-quoted nil))
(prin1 '(quote a))
(write-byte ?\n))
(prin1 '(quote a))
(write-byte ?\n)