ronin/examples/import.lisp
Quentin Leonetti a98e9a6b1e fix async
2019-07-18 11:51:25 +02:00

5 lines
77 B
Common Lisp

(
(def a (import
"../static/crystal.jpg"
(rect 0 0 400 400)))
(echo a))