Fix #111, error with docstrings containing single quotes
[jscl.git] / src / print.lisp
index 80db1f5..7daa143 100644 (file)
                                      (write-to-string (cdr last) known-objects object-ids))))
                        ")"))
               ((arrayp form)
-               (let ((result "(")
+               (let ((result "#(")
                      (sep ""))
                  (dotimes (i (length form))
                    (setf result (concat result sep