Fix printing

This commit is contained in:
2026-09-08 09:45:19 -07:00
parent e197e4b1dc
commit 04e1ca339b
6 changed files with 99 additions and 6 deletions
+1 -2
View File
@@ -113,5 +113,4 @@ Spec is of the form (VARIABLE LIST &optional RETURN-FORM)."
(princ datum print-char-fun)
(terpri print-char-fun))
(princln (mapc (lambda (x) (+ x 1))
'(1 2 3)))
(princln (nconc '(1 2) '(4 . 6) '(3 4)))