Previous: DOVECTOR, Up: DOLIST-like Macros


3.3.6 dotimes*

— Macro: dotimes* (count &optional result) &body body

This is exactly like dotimes except without an (accessible) iteration variable. This saves you from having to name the variable and makes explicit the fact you won't need its value.

The usual conventions are respected: