Package: graphene

Macro graphene:with-rects

Lambda List

graphene:with-rects (vars &body body)

Syntax

(graphene:with-rects (rect1 rect2 ... rectn) body) => result

Arguments

rect1 ... rectn -- newly created graphene:rect-t instances
body -- a body that uses the bindings rect1 ... rectn

Details

The graphene:with-rects macro creates new variable bindings and executes the body that use these bindings. The macro performs the bindings sequentially, like the let* macro.

Each rectangle can be initialized with values using the syntax for the graphene:with-rect macro. See also the graphene:with-rect documentation.
 

See also

2025-3-8