Macro
unless-empty-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 executed in body
unless-empty-rect-bind macro binds x, y, width, and height to the appropriate values from rectangle and if the width and height are both positive, executes the body forms.