chickadee » miscmacros » define-optionals

(define-optionals ((VAR1 DEFAULT1) ...) ARGUMENTS)syntax

Defines the globals VAR1 ... with the values taken from the list ARGUMENTS, or with DEFAULT1 ..., if the list is shorter.