ronin/examples/test1.lisp
Devine Lu Linvega 9757fcfb48 Added file load
2019-07-13 13:35:48 +09:00

5 lines
114 B
Common Lisp

; test file
((stroke (rect 15 15 120 80) 2 "red")
(fill (rect 30 30 120 80) 2 "blue")
(clear (rect 45 45 45 45)))