Rudolf Adamkovič Personal site


Loop n times: dotimes macro

An Elisp macro that loops COUNT times over, declared as

(dotimes (VAR COUNT) BODY...),

with VAR assignments

0, 1, 2, …, COUNT - 1.

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.