Improve read.c

This commit is contained in:
2026-09-07 08:33:32 -07:00
parent 9dd2ad2413
commit 3dfac40e7e
11 changed files with 288 additions and 119 deletions
+1 -1
View File
@@ -23,4 +23,4 @@
(princ datum print-char-fun)
(funcall (or print-char-fun 'write-byte) ?\n))
(princln (apply 'cons '(a b)))
(princln (list (symbolp 1) '1a '1aa))