Package: graphene

Macro graphene:with-boxes

Lambda List

graphene:with-boxes (vars &body body)

Syntax

(graphene:with-boxes (box1 box2 ... boxn) body) => result

Arguments

box1 ... boxn -- newly created graphene:box-t instances
body -- a body that uses the bindings box1 ... boxn

Details

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

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

See also

2024-11-12