5 lines
114 B
Common Lisp
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))) |