some revisions

This commit is contained in:
polos 2017-01-24 16:34:42 +01:00
parent 322dcfe01a
commit 1208ae6a8f
6 changed files with 14 additions and 14 deletions

View file

@ -34,7 +34,7 @@
;;; function calls from QML
(defun print-js-readably (object)
"Prints lists, vectors, T, NIL, floats in JS notation, which will be passed to JS 'eval()'."
"Prints (nested) lists, vectors, T, NIL, floats in JS notation, which will be passed to JS 'eval()'."
(if (and (not (stringp object))
(vectorp object))
(print-js-readably (coerce object 'list))