Package: graphene

Macro graphene:with-objects

Lambda List

graphene:with-objects (vars &body body)

Syntax

(graphene:with-objects (obj1 ... objn) body) => result

Arguments

obj1 ... objn -- the newly created Graphene instances
body -- a body that uses the bindings obj1 ... objn

Details

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

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

See also

2024-1-20