revisions

This commit is contained in:
pls.153 2022-04-29 11:40:28 +02:00
parent c92740d1e7
commit ee69ed7c32
3 changed files with 3 additions and 3 deletions

View file

@ -194,7 +194,7 @@
For debug messages. On android they can be captured with 'adb logcat'.
(qlog 12)
(qlog "width" 10 "height" 20)
(qlog "width" w "height" h)
(qlog "x ~A y ~A" x y)

View file

@ -2,7 +2,7 @@
Demo
----
A small demo can be found here: [short video clip](http://cl-repl.org/lqml.htm)
A small demo can be found here: [short video clip](http://cl-repl.org/lqml.htm).

View file

@ -240,7 +240,7 @@
"args: (arg1 &rest args)
For debug messages. On android they can be captured with 'adb logcat'.
(qlog 12)
(qlog \"width\" 10 \"height\" 20)
(qlog \"width\" w \"height\" h)
(qlog \"x ~A y ~A\" x y)"
(%qlog (if (and (stringp arg1)
(find #\~ arg1))