mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
revisions
This commit is contained in:
parent
c92740d1e7
commit
ee69ed7c32
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue