Macro
rectangle-bind ((a b c d) rectangle) &body body => result
A variable
A variable
A variable
A variable
A rectangle
A body of code
The return value of the last form in body
rectangle-bind macro binds the variables a b c d to left top right bottom of rectangle for the body of the macro.