Package: graphene

Macro graphene:with-eulers

Lambda List

graphene:with-eulers (vars &body body)

Syntax

(graphene:with-euler (euler1 ... eulern) body) => result

Arguments

euler1 ... eulern -- newly created graphene:euler-t instances
body -- a body that uses the bindings euler1 ... eulern

Details

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

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

See also

2024-9-9