ronin/desktop/sources/lisp/prelude.lisp
2019-07-20 21:25:28 +02:00

12 lines
186 B
Common Lisp

(echo "Loading prelude.lisp")
(defn translate
(r p)
(clone
r
(rect
(of p :x)
(of p :y)
(of r :w)
(of r :h))))