lqml/examples/clog-demo/lisp/main.lisp

7 lines
117 B
Common Lisp

(in-package :app)
(defun run-demo ()
(clog-demo-1:start-demo)
(q> |visible| ui:*busy* nil))
(qlater 'run-demo)