Add Tilde D: Decimal to FORMAT.
[jscl.git] / src / print.lisp
index 66d8b0a..a540357 100644 (file)
 (defun format-special (chr arg)
   (case (char-upcase chr)
     (#\S (prin1-to-string arg))
-    (#\A (princ-to-string arg))))
+    (#\A (princ-to-string arg))
+    (#\D (princ-to-string arg))))