Added frame-rect to prelude

This commit is contained in:
Devine Lu Linvega
2019-07-26 09:42:20 +09:00
parent 0c51b3d32e
commit 5a53fa58f2
6 changed files with 55 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
;
(echo "Loading prelude.lisp")
;
(def frame-rect (frame))
; translate
(defn translate
(r p)