Contents
Indexes:
Macro Do-Set
Part of:
package fset
(
do-set
(
var
set
&optional
value
) &body
body
)
For each member of
set
, binds
var
to it and executes
body
. When done,
returns
value
.