mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 18:40:50 -08:00
some revisions
This commit is contained in:
parent
322dcfe01a
commit
1208ae6a8f
6 changed files with 14 additions and 14 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue