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