List functions

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