Macro
rect-bind ((x y width height) rectangle) &body body => result
A variable
A variable
A variable
A variable
A rectangle
A body of Lisp code
The return value of the last form in body.
rect-bond macro binds x y width height to the appropriate values from rectangle and executes the body forms. The rectangle is a list of the form(lefttoprightbottom).