## Macro: COMMON-LISP:DO-SYMBOLS [![package](https://img.shields.io/badge/Package-COMMON--LISP-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Macro-5f9ea0.svg?style=social&colorA=999999)](../#macro) [![clhs](https://img.shields.io/badge/CLHS-DO--SYMBOLS-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/m_do_sym.htm) > 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 ```cl ((sb-debug:var &optional package sb-impl::result-form) &body sb-impl::body-decls) ```