Macro: COMMON-LISP:DO-SYMBOLS

package type clhs

DO-SYMBOLS (VAR [PACKAGE [RESULT-FORM]]) {DECLARATION}* {TAG | FORM}* Executes the FORMs at least once for each symbol accessible in the given PACKAGE with VAR bound to the current symbol.

Lambda list

((sb-debug:var &optional package sb-impl::result-form) &body sb-impl::body-decls)