mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add new example 'debug-ui' (to be integrated in your mobile app)
This commit is contained in:
parent
ee72fc8847
commit
3b1934f3bf
16 changed files with 461 additions and 0 deletions
4
examples/debug-ui/lisp/main.lisp
Normal file
4
examples/debug-ui/lisp/main.lisp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(in-package :app)
|
||||
|
||||
;; intentional division by zero after 5 seconds
|
||||
(qsingle-shot 5000 (lambda () (dotimes (i 1) (/ 1 i))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue